Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Android 应用程序运行良好,但是当我的老板拿它进行测试时,他遇到了一个错误
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
这个错误的原因是什么?有没有办法处理这个?
我的OUYA也有这个问题。这基本上意味着服务器发送的 SSL 证书不被应用程序/设备视为有效。
可能的原因:
http://example.org/
http://othersite.example.org/
对等方尚未发送 SSL 证书。这可能是因为它不拥有符合这一方发送的约束的证书,很可能是这一方的受信任签名者都没有签署它的证书:或者它根本没有证书。