解决jdk1.7默认https 请求是TLS1不支持TLS1.2的问题
1,You could just add the following property -Dhttps.protocols=TLSv1.1,TLSv1.2 which configures the JVM to specify which TLS protocol version should be used during https connections.2,参考 点击打开链接...
原创
2018-06-12 16:17:54 ·
28224 阅读 ·
0 评论