Network Status Map Doesn't Work Over SSL

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
SeanFromIT
Posts: 105
Joined: Sun Dec 12, 2010 9:07 pm

Network Status Map Doesn't Work Over SSL

Post by SeanFromIT »

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

Post 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.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Network Status Map Doesn't Work Over SSL

Post 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?
Locked