mirror of
https://github.com/crmeb/crmeb_java.git
synced 2026-06-08 10:02:25 +08:00
兼容支付,将协议交给jdk管理
This commit is contained in:
@@ -273,8 +273,8 @@ public class RestTemplateUtil {
|
||||
|
||||
SSLConnectionSocketFactory sslConnectionSocketFactory = new SSLConnectionSocketFactory(
|
||||
sslContext,
|
||||
new String[]{"TLSv1"},
|
||||
null,
|
||||
// new String[]{"TLSv1"},
|
||||
// null,
|
||||
new DefaultHostnameVerifier());
|
||||
|
||||
BasicHttpClientConnectionManager connManager = new BasicHttpClientConnectionManager(
|
||||
|
||||
Reference in New Issue
Block a user