摘要: 1 String responseContent = ""; 2 try { 3 SSLContextBuilder contextBuilder = new SSLContextBuilder(); 4 contextBuilder.loadTrustMaterial(null, new TrustSelfSignedStrategy()); 5 SSLCon... 阅读全文
posted @ 2016-04-05 15:35 Zombie_Xian 阅读(937) 评论(0) 推荐(0) 编辑