Hi. I followed the instructions for enabling SSL with Nagios XI here: http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
And then I followed the instructions for forcing HTTPS with Nagios XI here:
http://nagios.sourceforge.net/docs/3_0/cgisecurity.html
Yet when I try to go to the old http (not https) site, it still works just fine and lets me login under HTTP.
How do I force it to require HTTPS?
Thanks,
Dumont
Force SSL
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Force SSL
If you want to Require SSL I believe you can change one line in /etc/httpd/conf.d/nagiosxi.conf
to
Also, the document http://nagios.sourceforge.net/docs/3_0/cgisecurity.html is for Nagios core, not XI
Code: Select all
# SSLRequireSSLCode: Select all
SSLRequireSSL-
ordwaycenter
- Posts: 37
- Joined: Tue Dec 06, 2011 2:42 pm
Re: Force SSL
Thanks! I was changing the core file instead of the xi file.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Force SSL
no problem