问题: 最近在使用RestTemplate调用第三方https接口时报错 解决: 跳过证书验证 代码如下: import javax.net.ssl.HostnameVerifier; import javax.net.ssl.SSLContext; i