Initially I was accessing GUI by IP address; then I add a domain name and SSL. Since then I notice Host Status Detail and Service Status Detail pages are hanging trying to load unsecured content.
I've reviewed the documentation and everything is in place. https://assets.nagios.com/downloads/nag ... s%20XI.pdf
URL:
https://<hostname>/nagiosxi/?&xiwindow=https%3A%2F%2F<hostname>%2Fnagiosxi%2Fincludes%2Fcomponents%2Fxicore%2Fstatus.php%3Fshow%3Dhostdetail%26host%3D10.22.16.102
access_log:
[31/Mar/2016:16:42:34 -0400] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_host_status_detailed_info_html%22%2C%22args%22%3A%7B%22hostname%22%3A%2210.22.16.102%22%2C%22host_id%22%3A%221322%22%2C%22display%22%3A%22simple%22%7D%7D&nsp=5bc567aefb8cd6884fe784df425de34a HTTP/1.1" 302 534 "http://<ipaddress>/nagiosxi/includes/components/xicore/status.php?show=hostdetail&host=10.22.16.102" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36"
If I request http://<ipaddress>/nagiosxi/includes/components/xicore/status.php?show=hostdetail&host=10.22.16.102 in a browser the https rewrite rule kicks in and sends me to https://<domain>
Either I missed something or http://<ipaddress> is cached somewhere. I restarted everything and cleared my browser cache.