我使用async-http
库,当我们的服务器开始使用https时,我收到此错误:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
如何打开忽略证书检查(我们的证书尚未完成)。
看这篇文章https://developer.android.com/training/articles/security-ssl.html#HttpsExample
- 颁发服务器证书的 CA 未知
- 服务器证书不是由 CA 签名的,而是自签名的
- 服务器配置缺少中间 CA