如何在本地主机上设置 SSL

发布于 2025-01-08 12:34:29 字数 337 浏览 1 评论 0原文

我正在尝试在本地主机上设置 SSL 和 Apache。到目前为止,我遵循以下所有步骤: http://www.webopius.com /content/355/getting-mamp-working-with-ssl-on-os-x

但是,当我测试浏览器时: 来自 Safari 它说:它无法验证网站本地主机的身份。 Chrome 显示:“站点安全证书不受信任!”

知道如何解决吗?我很感激是否有人能指出我正确的方向?

I'm trying to setup SSL and Apache on localhost. So far, I follow all the steps from:
http://www.webopius.com/content/355/getting-mamp-working-with-ssl-on-os-x

However, when I test my browsers:
From Safari It says: It can't verify the identify of website localhost.
From Chrome displays: "Site security certificate is not trusted!"

Does know how to fix that? I appreciate if anyone can point me to the right direction?

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

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

发布评论

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

评论(1

沦落红尘 2025-01-15 12:34:29

您是否从证书颁发机构 (CA) 购买了 SSL 证书?如果没有,那么您很可能已经获得了自签名证书。由于没有 CA“签署”您的证书,因此无法验证其真实性,浏览器将理所当然地抱怨这一点。

如果不需要 CA 的“批准印章”来使证书对浏览器“有效”,那么任何人伪造 microsoft.comgoogle 都将是一件小事。 com 证书并伪装成他们想要的任何网站。 “看,妈妈,一定是谷歌!浏览器显示了钥匙图标!”

Did you purchase an SSL certificate from a Certificate Authority (CA)? If not, then you've most likely got a self-signed certificate. Since no CA has 'signed' your cert, it cannot be verified as authentic, and browsers will rightfully complain about that.

If the CA's "stamp of approval" wasn't required to make a cert "valid" for a browser, it'd be beyond trivial for anyone to forge a microsoft.com or google.com certificate and pose as any site they wanted to. "Look ma, it must be google! the browser's showing the key icon!"

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