我需要用TLS_v1连接到我的服务器API,CA签名的服务器证书不包括在旧版本的安卓中,所以我使用这个来实现自定义TrustManager。我有另一个服务器URL和证书(在本例中是自签名的),即使在具有相同JELLY_BEAN实现的TrustManager中也能工作!!更新:这是的结果:中间和根TurkTrust CA (如上面所示)被添加到我的TrustManager中。
我无法通过IPv6连接到HttpsURLConnection服务器,当发送请求时,getInputStream()返回null。更新- 1:[error] Hostname [xxxx:xxxx:x:xx::xxx] provided via SNI andhostname xxxx:xxxx:x:xx::xxx provided via HTTP are different
要连接到同一个IPv6 Apache<em