本地自签名证书在 Firefox 中有效,但在 Chrome 中无效?

发布于 2025-01-10 21:10:57 字数 536 浏览 0 评论 0原文

在 Firefox 中,我可以访问测试本地服务器:

https://localhost:3000/

但是在 Chrome 中,我收到此错误:

攻击者可能试图从本地主机窃取您的信息 (例如,密码、消息或信用卡)。了解更多

NET::ERR_CERT_INVALID

这是在我的本地主机上,我什至手动将自签名证书添加到 Chrome。

我按照此处的说明进行操作:

这是我添加证书的屏幕:

在此处输入图像描述

In Firefox I can go to a test local server:

https://localhost:3000/

However in Chrome I get this error:

Attackers might be trying to steal your information from localhost
(for example, passwords, messages, or credit cards). Learn more

NET::ERR_CERT_INVALID

This is on my localhost and I have even manually added the self-signed certificate to Chrome.

I followed these directions here:

and this is the screen were I added the cert:

enter image description here

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

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

发布评论

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

评论(1

傻比既视感 2025-01-17 21:10:57

我有同样的问题。但场景有点不同。
对于我的自签名服务器证书,我有 NET::ERR_CERT_AUTHORITY_INVALID,
但对于另一个客户端证书,我有NET::ERR_CERT_INVALID(这不允许继续),

我是在KeyStore Explorer应用程序的帮助下生成这些证书的。
您可以在其中添加已准备好的模板,例如“SSL 服务器”或“SSL 客户端”:
ui with templates

因此,“SSL 服务器”预期 ERR_CERT_AUTHORITY_INVALID 警告,而 SSL 客户端则收到该主题的错误。 (ERR_CERT_INVALID)
不同之处在于“扩展密钥使用”扩展选项。
输入图片此处描述

I had the same issue. But a bit different scenario.
For my self-signed server certificate I have NET::ERR_CERT_AUTHORITY_INVALID,
but for another client certificate I have NET::ERR_CERT_INVALID (this does not allow to proceed)

I was generated these certs with help of KeyStore Explorer app.
And there you can add already prepared template like 'SSL Server' or 'SSL Client':
ui with templates

So, 'SSL Server' had expected ERR_CERT_AUTHORITY_INVALID warning and SSL Client has the error from the topic. (ERR_CERT_INVALID)
The difference is in the option of "Extended Key Usage" extension.
enter image description here

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