Android async-http - java.security.cert.CertPathValidatorExc



我使用async-http库,当我们的服务器开始使用https时,我收到此错误:

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found

如何打开忽略证书检查(我们的证书尚未完成)。

看这篇文章https://developer.android.com/training/articles/security-ssl.html#HttpsExample

  1. 颁发服务器证书的 CA 未知
  2. 服务器证书不是由 CA 签名的,而是自签名的
  3. 服务器配置缺少中间 CA

相关内容

  • 没有找到相关文章

最新更新