WebClient 访问https

解决SSH证书问题:

webClient.getOptions().setUseInsecureSSL(true);//解决ssh证书访问https的问题

原文地址:https://www.cnblogs.com/zeze/p/6043875.html