Error: Trust anchor for certification path not found

4

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 .

    
asked by anonymous 15.03.2017 / 13:41

0 answers