收藏
回答

第三方系统通过API接口群发消息后出现SSL异常错误,该如何解决?

背景:调用API 消息模版接口或群发消息接口

错误日志:1、Caused by: java.io.EOFException: SSL peer shut down incorrectly、2、javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

回答关注问题邀请回答
收藏

1 个回答

  • ⁵斤🍊
    ⁵斤🍊
    2021-07-08

    初步判断是服务号的API接口增加ssl逻辑校验。

    程序去调用API接口使用时Httpclient,如果服务端开启ssl校验的话,程序没有饶过ssl校验的,就会报错:javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake;

    2021-07-08
    有用
    回复 3
登录 后发表内容
问题标签