Page 1 of 1

Network Status Map Doesn't Work Over SSL

Posted: Tue Feb 22, 2011 10:19 am
by SeanFromIT
Doesn't really matter to me, but just so you know the maps do not draw if viewing Nagios XI through https.

Re: Network Status Map Doesn't Work Over SSL

Posted: Tue Feb 22, 2011 11:17 am
by tonyyarusso
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

Posted: Thu Feb 24, 2011 1:08 pm
by mguthrie
Can you check to see if it works when you change the following setting:

In /usr/local/nagios/etc/cgi.cfg:

Code: Select all

use_ssl_authentication=0
change to:

Code: Select all

use_ssl_authentication=1
Does this fix the status maps?