SSL Connection not working

萝らか妹 提交于 2019-12-11 10:36:24

问题


When I connect to a server with an official SSL certificate, i get a

javax.net.ssl.SSLHandshakeException
java.security.cert.CertPathValidatorException: Trust Anchor for certification path not found.

But when I run this app on an Android-phone, it works. Any solutions?

Best regards!


回答1:


I found it out myself. Avast puts it own SSL certificate and Android does not trust this.



来源:https://stackoverflow.com/questions/29557101/ssl-connection-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!