我得到了
Target Handler I/O error: General SSLEngine problem
javax.net.ssl.SSLHandshakeException: General SSLEngine problem and
javax.net.ssl.SSLHandshakeException: General SSLEngine problem, dbConnection =
1" issue on WSO2 ESB proxy-services, while using HTTPS:// api url.请帮我解决这个问题。
发布于 2020-07-23 02:29:14
你的问题出在证书上。
如果您在前端使用负载均衡器或反向代理,则必须将证书包括在您正在使用的WSO2产品的密钥库中。
发布于 2020-07-23 02:43:14
如果需要获取有关SSL连接问题的更多信息,可以启用SSL调试日志。您可以按照博文1在服务器中启用调试日志。
1-https://medium.com/@dilsimchandrasena/how-to-enable-ssl-debug-logs-for-wso2-products-6de7276ffe10
https://stackoverflow.com/questions/63034967
复制相似问题