zeldafan Posted May 27 Posted May 27 (edited) I have a problem with an android app that I didn't have before the maintenance. When i run the app on the emulator (API 33) it runs fine, but when I run it on a real device (API 22) I get the following exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. Edited May 27 by zeldafan
MoneyBroz Posted May 27 Posted May 27 Have you checked to see if the SSL certificate is valid? That error is usually from not having a valid ssl certificate or from a misconfiguration.
zeldafan Posted May 30 Author Posted May 30 The problem was that android apps with really old API versions are not supported by Let's Encrypt. I installed an app to a new android device and the app ran fine. The fault was mine and the problem is solved.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now