Network Status Map Doesn't Work Over SSL
- SeanFromIT
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Network Status Map Doesn't Work Over SSL
Doesn't really matter to me, but just so you know the maps do not draw if viewing Nagios XI through https.
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Network Status Map Doesn't Work Over SSL
Yeah, we've heard of a few things that don't work quite right over SSL - at some point we'll have to go through and figure them all out together. Thanks for the report.
Re: Network Status Map Doesn't Work Over SSL
Can you check to see if it works when you change the following setting:
In /usr/local/nagios/etc/cgi.cfg:
change to:
Does this fix the status maps?
In /usr/local/nagios/etc/cgi.cfg:
Code: Select all
use_ssl_authentication=0Code: Select all
use_ssl_authentication=1