zeldafan Posted May 27, 2024 Posted May 27, 2024 (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, 2024 by zeldafan Quote
MoneyBroz Posted May 27, 2024 Posted May 27, 2024 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. Quote
zeldafan Posted May 30, 2024 Author Posted May 30, 2024 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.