Jump to content

Recommended Posts

Posted (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 by zeldafan
Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...