如何获取 *.cer 文件以添加受 Java 信任的自签名 HTTPS 证书

发布于 2024-08-24 22:00:07 字数 441 浏览 2 评论 0原文

我正在使用 Java 小程序连接到具有自签名证书的 HTTPS 网站。小程序无法打开 HTTPS 连接 - 它返回以下异常:

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX 路径构建失败: sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径

所以问题是我需要将证书添加为 Java 的“可信”证书。我读到我应该使用以下命令:

keytool -import -alias abc -file ABCCA.cer

我正确吗?如何检索 *.cer 文件?服务器运行的是 Debian 5。我在客户端计算机上使用 Windows 7 和 Java 6。

I'm connecting to a HTTPS website with a self-signed certificate using a Java applet. The applet can't open the HTTPS connection - it returns the following exception:

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

So the problem is that I need to add the certificate as "trusted" for Java. I read that I should use the following command:

keytool -import -alias abc -file ABCCA.cer

Am I correct? How do I retrieve the *.cer file? The server is running Debian 5. I'm using Windows 7 and Java 6 on the client machine.

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

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

发布评论

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

评论(2

篱下浅笙歌 2024-08-31 22:00:07

使用浏览器连接https服务器并导出证书。

对于 Firefox,可以通过双击状态栏中的锁,单击“查看证书”按钮,然后在“详细信息”选项卡中单击“导出...”来完成。

Connect to the https server with a browser and export the certificate.

With firefox is is done by double-clicking on the lock in the status bar, clicking on the button "View certificate", then in the "Details" tab, click on "Export..."

白首有我共你 2024-08-31 22:00:07

请按照以下步骤操作

1) 在 Chrome 中转到设置。
2) 在“设置”中单击“显示高级设置”。
3) 在 HTTPS/SSL 下单击管理证书。
4) 导出您的证书。
5) 在 Windows 搜索中(按键盘上的 windows 键)输入 java。
6) 选择(配置 Java)选项,这将打开 Java 控制面板
7) 在 Java 控制面板中选择“安全”选项卡
8) 选择管理证书
9) 单击导入
10) 在(用户)选项卡下选择证书类型为(受信任的证书)
11) 单击导入按钮并浏览到下载的证书并将其导入。

完成享受。

Follow below steps

1) In Chrome go to settings.
2) In Settings click show advance settings.
3) Under HTTPS/SSL Click on Manage Certificates.
4) Export Your Certificate.
5) In Windows searchs (Pressing windows key on keyboard) type java.
6) Select (Configure Java) Option Which will open Java Control Panel
7) Select Security tab in Java Control Panel
8) Select Manage Certificates
9) Click Import
10) Under (User) tab selected and certificate type as (Trusted Certificates)
11) Click import button and browse to downloaded certificate and import it.

Done Enjoy.

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