【发布时间】:2018-04-24 22:26:22
【问题描述】:
当我集成 wso2 esb 和分析时,我得到证书中的主机名不匹配:<ip adress> != <localhost>。我试过this article
但在 wso2 esb 分析中已解决,但 wso2 esb 抛出此错误
错误 - 尝试连接到端点时出现 DataEndpointConnectionWorker 错误。无法为 ssl://localhost:7712 借用客户端 org.wso2.carbon.databridge.agent.exception.DataEndpointAuthenticationException:无法为 ssl://localhost:7712 借用客户端
sun.security.validator.ValidatorException:PKIX 路径验证失败:java.security.cert.CertPathValidatorException:签名检查失败
【问题讨论】:
-
您是否创建了以 IP 为 CN 的新证书?
-
是的,我在分析中创建了我的 IP 地址作为名字和姓氏,但现在在分析中解决了问题,正如我提到的,esb 抛出了上述异常