Java 请求 SSL 报错

查看 41|回复 1
作者:dunhanson   
错误
2023-06-30 09:05:09.423 [WARN] com.alicloud.openservices.tablestore.core.utils.LogUtil TraceId:3ffa6691-2749-1e72-3682-bc123ff4db53        Failed        RetriedCount:40        com.alicloud.openservices.tablestore.ClientException: Unexpected error: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
原因:
可能和我用的 sniproxy 有关系,因为是为了不走外网流量,产生费用,通过 sniproxy 走 tablestore 内网流量。
但具体原因还不清楚怎么解决
目前是一个 tomcat7 项目运行会报错,但是一个 spring boot 项目不会,用的一样版本 JDK8 版本
PS: 网上我搜过很多教程,尝试了不行

sniproxy, tablestore, unexpected, iclo

corningsun   
1 直接用 http 请求,服务端有提供最好,没有的话自己用 ng 之类的再起个本地代理
2 用的什么客户端, 可以搜索下关键词 忽略证书验证
您需要登录后才可以回帖 登录 | 立即注册

返回顶部