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 应用程序,我正在针对我无法控制的 https 服务器进行测试。我想将应用程序指向我控制的本地网络服务器,并且仍然使用 https。
javax.net.ssl.SSLHandshakeException从阅读中,如果我在我的个人 Web 服务器上使用自签名证书,似乎会被抛出。
javax.net.ssl.SSLHandshakeException
TrustManager为了这个简单的测试,我是否面临在我的应用程序中添加一个?还是有其他方法?
TrustManager
简单的方法是在 Android 设备本身上安装客户端证书。然后应用程序将不再抛出指示的异常。