Most of my sites are using SSL with Let's Encrypt. However, I'm looking to migrate some sites over which don't currently have SSL. To make it seamless, and so end users don't get an error about a self signed certificate, I'm looking to enable port 80 traffic. Then, once the DNS change has fully propagated, I can get Let's Encrypt to issue a cert for the migrated site.
Right now my server is basically redirecting everything to port 443. Under the Apache Admin Module, I've got the Apache Port set to 443. All other domains have an overwritten Virtual Host Settings that forward to 443 and point towards the certificate. However, I can't seem to get a single domain to not try to redirect to port 80.
My vhosts file (/etc/sentora/configs/apache/httpd-vhosts.conf) only has "Listen 443" at the top. If I remember correctly, adding port 80 as well caused HTTPD to fail to restart/load.
I am running CentOS Core 7.3.1611 on kernel 2.6.32-042stab120.16 with Sentora 1.0.3 installed.
Thanks!
Gordon
Right now my server is basically redirecting everything to port 443. Under the Apache Admin Module, I've got the Apache Port set to 443. All other domains have an overwritten Virtual Host Settings that forward to 443 and point towards the certificate. However, I can't seem to get a single domain to not try to redirect to port 80.
My vhosts file (/etc/sentora/configs/apache/httpd-vhosts.conf) only has "Listen 443" at the top. If I remember correctly, adding port 80 as well caused HTTPD to fail to restart/load.
I am running CentOS Core 7.3.1611 on kernel 2.6.32-042stab120.16 with Sentora 1.0.3 installed.
Thanks!
Gordon