Reputation: 4639
I using async-http
library and when our server started using https, I got this error:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
How can I turn on ignoring check of certificate (Our certificate doesn't complete yet).
Upvotes: 0
Views: 880
Reputation: 710
See this post https://developer.android.com/training/articles/security-ssl.html#HttpsExample
Upvotes: 1