Certificate does NOT include an ID which matches the server name [closed]

我的未来我决定 提交于 2019-11-29 02:32:54
Steffen Ullrich

[Wed Aug 20 08:05:33.208723 2014] [ssl:warn] [pid 3784:tid 256] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name

This means there might be a server name of foo.example.com but the certificate is for bar.example.com only. In that situation, while Apache might try to serve such certificate, the browser s will not accept them when accessing https://foo.example.com, for instance.

Bankesie Anthony

server name used in Apache (httpd.conf) must be the same as the server name in apache (httpd-ssl.conf) e.g. in Apache (httpd.conf) ServerName localhost:8080 then in apache (httpd-ssl.conf) should be like this ServerName www.example.com:8080

Try to install newer version not latest version

  1. Backup all databases and code

  2. Uninstall XAMPP

  3. Install newer version

That should be fixed.

https://sourceforge.net/projects/xampp/

In File "httpd-ssl.conf" setting :

SSLEngine on (default)

change Off to SSLEngine setting.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!