HTTPS证书问题

发布于 2024-11-27 13:12:32 字数 307 浏览 1 评论 0原文

我在使用证书文件时遇到以下错误,我已生成相同的信任库并将其传递给 XmlRpcCommonsTransportFactory

org.apache.xmlrpc.XmlRpcException:与 HTTP 服务器通信时出现 I/O 错误:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到有效的证书路径到请求的目标

I am getting following error while using certificate file, I have generated truststore of the same and passing it to XmlRpcCommonsTransportFactory

org.apache.xmlrpc.XmlRpcException: I/O error while communicating with HTTP server: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丘比特射中我 2024-12-04 13:12:32

我认为您正在处理的是证书链问题,而不是 XML-RPC 特定问题。

您将需要了解如何让您的 XML-RPC 客户端隐式信任该证书,并且只进行粗略的验证。

有这样的例子,我只是不确定如何将它绑定到您的特定 XML-RPC 客户端。

What I think you're dealing with is a certificate chain issue and not an XML-RPC specific issue.

You will need to look up how to get your XML-RPC client to implicitly trust the certificate and not do more than a cursory validation.

There are examples of this, I'm just not sure how to tie it to your particular XML-RPC client.

夕色琉璃 2024-12-04 13:12:32

这里的问题是您的信任库不信任对等方提供的证书。

我已经生成了相同的信任库

这到底是什么意思?

The issue here is that your truststore doesn't trust the certificate provided by the peer.

I have generated truststore of the same

What exactly do you mean by that?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文