请求第三方https接口出现SSLHandshakeException: Remote host closed connection during handshake问题,本地正常,服务器异常。原因是服务器jdk版本是jdk1.8_40
现阶段找到三个方案,第一个是jdk1.8_151版本 添加或者修改Java\jre\lib\security\java.security
crypto.policy=unlimited
第二个直接替换jdk版本到jdk1.8_162版本,这个版本直接默认这个配置的文章来源:https://www.toymoban.com/news/detail-855629.html
第三个就是用jdk1,7的版本文章来源地址https://www.toymoban.com/news/detail-855629.html
到了这里,关于SSLHandshakeException: Remote host closed connection during handshake异常处理的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!