SSL 连接不工作
SSL Connection not working
当我使用官方 SSL 证书连接到服务器时,我得到一个
javax.net.ssl.SSLHandshakeException
java.security.cert.CertPathValidatorException: Trust Anchor for
certification path not found.
但是当我 运行 这个应用程序在 Android-phone 上时,它可以工作。有什么解决办法吗?
此致!
我自己发现的。 Avast 拥有自己的 SSL 证书,Android 不信任它。
当我使用官方 SSL 证书连接到服务器时,我得到一个
javax.net.ssl.SSLHandshakeException
java.security.cert.CertPathValidatorException: Trust Anchor for certification path not found.
但是当我 运行 这个应用程序在 Android-phone 上时,它可以工作。有什么解决办法吗?
此致!
我自己发现的。 Avast 拥有自己的 SSL 证书,Android 不信任它。