请求https接口时的:SSLHandshakeException: Received fatal alert: handshake_failure
·
背景
调用3方接口一直异常,报错显示是SSL证书的问题

开发环境
开发语言:java
jdk:1.8
依赖包:hutool-all:5.7.16
异常信息:
cn.hutool.core.io.IORuntimeException: SSLHandshakeException: Received fatal alert: handshake_failure
解决方案:
去官网查了下,发现官网已经给出了解决方案,我按照方法一,升级了jdk,问题就解决了。
jdk下载地址:Index of java-local/jdk/8u181-b13
hutool官网地址:常见问题 | Hutool

更多推荐
所有评论(0)