x509 证书的 SSL 握手错误

发布于 2024-12-08 03:04:24 字数 327 浏览 0 评论 0原文

在我的应用程序中,我必须以编程方式将不可信服务器证书添加到我的密钥库中。 我获得了 X509 证书,我相信我必须使用 keyStore.setCertificateEntry() 方法添加到密钥库。

但是该方法接受 java.security.cert.Certificate,当我通过 X509 证书时,它给出错误。但在许多地方,甚至在 Android 源代码中,它们都通过 java.security.cert.Certificate 的 X509 证书。

我做错了什么?

同时,如果您有任何正确处理服务器证书的链接,请分享。 我发现的所有链接都是忽略证书。

提前致谢。

In my application I have to add the non trusted server certificate to my keystore programmatic.
I got the X509 certificate and I belive I have to add to the keystore using keyStore.setCertificateEntry() method.

But the the method accepts java.security.cert.Certificate, when I pass the X509 certificate it gives error. But in many places even in android source code they are passing X509 certificate for java.security.cert.Certificate.

What I am doing wrong ?

meanwhile if you have any links for proper handling of server certificate please share it.
All the links I found was to ignore the certificates.

Thanks in advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文