jdk1.6 發送Https請求報錯,Received fatal alert: handshake_failure

代碼如下 SSLContext sslContext=SSLContext.getInstance("SSL"); TrustManager[] tm={new MyX509TrustManager()}; sslContext.init(null, tm, new java.security.SecureRandom());; SSLSocketFactory ssf=sslContext.ge
相關文章
相關標籤/搜索