工作中的需要,使用Apache httpclient发起获取通过https返回的内容,试了很多网上的解决办法都不行,查阅了Apache httpclient的官方文档,最后终于找出解决方法,分享给需要的朋友,免得走弯路. 使用时,调用getSSL方法即可获取https地址返回的内容. 代码如下: public static String getSSL(String url, String responseDecode) throws IOException { CloseableHttpClie