I am using the latest VMware image, 64bit.
Everything works fine on port 443 but when i switch to listening on port 8443 any configuration changes hang forever on the "validating configuration" step.
I have made the following changes to /usr/local/nagiosxi/html/config.inc.php per other documentation:
Code: Select all
// force http/https
$cfg['use_https']=true; // determines whether cron jobs and other scripts will force the use of HTTPS instead of HTTP
// allow for different http port for subsystem calls
$cfg['port_number'] = 8443;My problem seems to be exactly the same as in this thread http://support.nagios.com/forum/viewtop ... f=6&t=5354 but there was never a confirmed resolution. I cant imagine running on a non-stardard port is an uncommon need. Please advise. Thanks!
Once i switch back to using port 443 everything works perfectly again.