如何修复此 SSL 警告 服务器证书不包含与服务器名称匹配的 ID

How to fix this SSL Warning server certificate does NOT include an ID which matches the server name

提问人:Mandy S 提问时间:3/2/2022 最后编辑:Peyman MohamadpourMandy S 更新时间:11/14/2023 访问量:39937

问:

[ssl:warn] [pid 4122] AH01707: ip-xxx-xx-x-x.abcd.compute.internal:443:0 server certificate does NOT include an ID which matches the server name

你好

我无法弄清楚是什么产生了这个警告以及如何解决它。

网站在 AWS 服务器上运行。

SSL 警告

评论


答:

4赞 Sharique Masood 3/3/2022 #1

发生这种情况的原因是证书上的服务器名称与 Web 服务器配置中定义的服务器名称不匹配。要解决此问题,您可以在 Web 服务器配置中将服务器名称更改为 localhost。

ServerName abc.com ----> ServerName localhost

编号: https://kinsta.com/knowledgebase/xampp-server-certificate-does-not-include-an-id-which-matches-the-server-name/

0赞 Maaz Tamboli 10/19/2023 #2

这可能是由于 .htaccess 文件造成的。

需要注意的是,注释不应放在 htaccess 文件中一行的中间,它们应始终从新行开始。