I have an application Android
, using the Retrofit
library to handle requests
, when trying to make any request
on a android
5.0 or lower, I get the following log
:
I / call: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
Using android
greater than version 5.0, I can usually requests
. The application is consuming a API
itself, which uses SSL
.