5
I have an app Android
, using the library Retrofit
to manipulate requests
, while trying to make any request
in a android
5.0 or less, I receive the following log
:
I/call: java.security.cert.Certpathvalidatorexception: Trust Anchor for Certification path not found
Using android
higher than version 5.0, I can do the requests
normally. The application is consuming a API
own, which uses SSL
.
See if that helps you: http://stackoverflow.com/a/34533863/2570426
– viana
You have this article also solved for other people: http://steveliles.github.io/android_ssl_certificate_not_trusted.html
– viana