【发布时间】:2016-05-30 09:39:22
【问题描述】:
我使用 async-http 库,当我们的服务器开始使用 https 时,出现此错误:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
如何开启忽略证书检查(我们的证书尚未完成)。
【问题讨论】:
标签: android ssl android-async-http
我使用 async-http 库,当我们的服务器开始使用 https 时,出现此错误:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
如何开启忽略证书检查(我们的证书尚未完成)。
【问题讨论】:
标签: android ssl android-async-http
看到这篇文章 https://developer.android.com/training/articles/security-ssl.html#HttpsExample
【讨论】: