Android Question Certification Path not Found [Solved]

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

Refer to this tutorial, ImageDownloader - The simple way to download images, I got this error:
B4X:
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found., Response:
Error downloading image: https://khw-solutions.top/images/OnlineInstitute/1.jpg
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

I had doubts about the SSL certificate for my site,It does not appear in the title. so I tested it on the site:
The result was:
The certificate should be trusted by all major web browsers (all the correct intermediate certificates are installed).
And on the site:
The result was:
This site works only in browsers with SNI support.
Certificate TransparencyYes (certificate)

 

khwarizmi

Active Member
Licensed User
Longtime User
Upvote 0
Top