Redirecting http to https
Posted: Thu Oct 04, 2018 10:33 am
Hello,
I am running v5.5.3 64 bit VM CentOS 7.
I have a certificate and can connect to Nagios XI using a URL that starts with https://
I followed the instructions of a previous case:
Adding the following to the bottom of the ssl.conf file:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/%$
Things improved, in that going to http://... worked.
However, the URL stays as http://... instead of changing to https://...
How can I tell if its really redirected?
I am running v5.5.3 64 bit VM CentOS 7.
I have a certificate and can connect to Nagios XI using a URL that starts with https://
I followed the instructions of a previous case:
Adding the following to the bottom of the ssl.conf file:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/%$
Things improved, in that going to http://... worked.
However, the URL stays as http://... instead of changing to https://...
How can I tell if its really redirected?