XAMPP錯誤SSL warn 塞爆error.log檔案








※本篇內文資訊參考如下※



- -

※更新文章日期: 2017-08-01

XAMPP錯誤SSL warn 塞爆 logs檔案
錯誤訊息如下

[ssl:warn] [pid 9752:tid 360] AH01916: Init: (www.example.com:443) You configured HTTP(80) on the standard HTTPS(443) port!

[Tue Aug 01 13:41:01.100839 2017] [ssl:warn] [pid 7760:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

[Tue Aug 01 13:41:18.491451 2017] [ssl:warn] [pid 2496:tid 364] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name










[Tue Aug 01 13:41:33.272679 2017] [ssl:warn] [pid 9752:tid 360] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

[Tue Aug 01 13:59:39.979558 2017] [ssl:warn] [pid 7704:tid 356] AH01916: Init: (www.example.com:443) You configured HTTP(80) on the standard HTTPS(443) port!

解決方式
別讓SSL執行即可
預設是開放的
如果網站要加密憑證~記得開啟

#Listen 443

#SSLHonorCipherOrder on

#SSLEngine on

 








-

-