gpt4 book ai didi

php - SSL 错误 : Secure Connection Failed

转载 作者:太空宇宙 更新时间:2023-11-03 13:14:25 25 4
gpt4 key购买 nike

我购买了一个将于 2019 年到期的 SSL 证书,然后我安装了它,现在它在 Chrome 上运行良好并显示绿色挂锁。

但是在 Mozilla Firefox 上,我得到一个错误:

Secure Connection Failed

An error occurred during a connection. Peer’s Certificate has been revoked.
Error code: SEC_ERROR_REVOKED_CERTIFICATE

我在这里搜索了一个答案并查看了一些关于它的问题,但没有找到解决方案。

问题是什么以及如何解决?

如何在浏览器上安全而不在另一个浏览器上安全?

网站:https://masteryourlifepower.com

最佳答案

Website : https://masteryourlifepower.com

report from SSLLabs清楚地表明证书已被吊销,因此 Firefox 正确地提示:

Revocation status   Revoked   INSECURE

How is it possible to be secured on a browser and not on another?

浏览器以不同的方式检查撤销或可能根本不检查。旧的是使用CRL没有规模。现代方法是使用 OCSP这要求 CA 的 OCSP 服务器始终可访问,并且还可能减慢连接建立速度,除非使用 OCSP 装订。因此 Chrome 使用 CRLSets其中仅包含 Google 认为相关的已撤销证书。

在您的特定情况下,证书已被吊销。 Firefox 可能使用 OCSP 对其进行检查并成功检测到吊销。 Chrome 使用了 CRLSet,并且由于您的网站被认为不够重要,因此 Google 没有将撤销包含在 CRLSet 中,因此未检测到撤销。

关于php - SSL 错误 : Secure Connection Failed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50548734/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com