Apply Configuration hangs forever, might be SSL related
Posted: Fri May 27, 2011 1:52 pm
Good afternoon!
We just updated from 2009R1.4b to 2011R1.3. Our environment looks like:
1) Red Hat Enterprise Linux Server release 5.6
2) x86_64
3) Manual Install
4) Using SSL
5) This is working the same on our development machine as it is for our production machine. (Same OS and install type.)
Now whenever we click "Apply Configuration" it will sit forever although everything looked like it had been applied and the snapshot showed no errors.
I looked at the php.ini setting and changed the to recommended values. No change. I tried everything I could find in the forums and then stumbled on this thread. I think I am having SSL related issues as well, but cannot seem to figure out what to change to get things working.
We do not use the "SSLRequireSSL" setting, but we do require all non-localhost connections to use SSL. We do this by using apache rewrite rules, and this has worked well for us until upgrading. However, even if I turn off the rewrite rules but use port 443 for my connection, I get the hanging behavior.
(It's only when I connect with port 80 to nagiosxi does the "Apply Configuration" work like normal.)
Here's what I see in the ssl_request_log over and over while the "Apply Configuration" spins:
[26/May/2011:13:05:56 -0700] XXX.XXX.XXX.XXX SSLv3 AES128-SHA "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_tray_alert_html%22%2C%22args%22%3A%22%22%7D&nsp=a63678c3485231dabaf438c8f5db16cd HTTP/1.1" 288
And in the ssl_access_log:
XXX.XXX.XXX.XXX - - [26/May/2011:13:03:56 -0700] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_tray_alert_html%22%2C%22args%22%3A%22%22%7D&nsp=a63678c3485231dabaf438c8f5db16cd HTTP/1.1" 200 288
I do not see any connection refused errors or the like. I've no idea why using port 443 for my connection would make the backend try to use SSL as well. Any help would be great!
Thank you!
We just updated from 2009R1.4b to 2011R1.3. Our environment looks like:
1) Red Hat Enterprise Linux Server release 5.6
2) x86_64
3) Manual Install
4) Using SSL
5) This is working the same on our development machine as it is for our production machine. (Same OS and install type.)
Now whenever we click "Apply Configuration" it will sit forever although everything looked like it had been applied and the snapshot showed no errors.
I looked at the php.ini setting and changed the to recommended values. No change. I tried everything I could find in the forums and then stumbled on this thread. I think I am having SSL related issues as well, but cannot seem to figure out what to change to get things working.
We do not use the "SSLRequireSSL" setting, but we do require all non-localhost connections to use SSL. We do this by using apache rewrite rules, and this has worked well for us until upgrading. However, even if I turn off the rewrite rules but use port 443 for my connection, I get the hanging behavior.
(It's only when I connect with port 80 to nagiosxi does the "Apply Configuration" work like normal.)
Here's what I see in the ssl_request_log over and over while the "Apply Configuration" spins:
[26/May/2011:13:05:56 -0700] XXX.XXX.XXX.XXX SSLv3 AES128-SHA "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_tray_alert_html%22%2C%22args%22%3A%22%22%7D&nsp=a63678c3485231dabaf438c8f5db16cd HTTP/1.1" 288
And in the ssl_access_log:
XXX.XXX.XXX.XXX - - [26/May/2011:13:03:56 -0700] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_tray_alert_html%22%2C%22args%22%3A%22%22%7D&nsp=a63678c3485231dabaf438c8f5db16cd HTTP/1.1" 200 288
I do not see any connection refused errors or the like. I've no idea why using port 443 for my connection would make the backend try to use SSL as well. Any help would be great!
Thank you!