AWS 集群模式证书问题

AWS Cluster Mode Certificate Issue

我正在尝试使用 aws 模式设置 WSO2 集群,但我收到此错误:

javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径 {com.hazelcast.cluster.impl.TcpIpJoinerOverAWS} com.hazelcast.core.HazelcastException:javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径 在 com.hazelcast.util.ExceptionUtil.rethrow(ExceptionUtil.java:67)

你知道我需要将哪个证书添加到信任库吗?

我在哪里可以获得这些证书?

非常欢迎任何线索。

谢谢,

我可以通过添加这个 certificate

来解决它

谢谢,