Author Topic: SSL error showing in Apache logs, need help please  (Read 11639 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
SSL error showing in Apache logs, need help please
« on: August 26, 2019, 06:40:00 AM »
[ssl:warn] [pid 6802:tid 140128168716160] AH01916: Init: (server.name.here:443) You configured HTTP(80) on the standard HTTPS(443) port!

i have checked settings over and over again, would anyone happen to have seen this error and point me in the right direction
Thanks in advance.

Offline
***
Re: SSL error showing in Apache logs, need help please
« Reply #1 on: August 27, 2019, 11:02:06 PM »
The warning is telling you that you are serving regular HTTP traffic on what is usually an HTTPS port. This is because you do not have any SSL configuration on the virtual host on port 443. You need "SSLEngine on" and certificate information at least.