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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...