I noticed that there have been several posts regarding issues with ssl. The only bug I have noticed is that changes made by selecting "Re-configure this host" in the Configure tab of the Host Detail Page are not taking effect over ssl. Additionally, changes made through the Core Config Manager do stick, however the Sync Status remains "Out of Sync" even after selecting Apply Configuration. My work around for the time being has been to use the Core Configuration Export tool to write the monitoring data as my organization requires all sites to be over ssl.
I am running 2011r1.5 on a RHEL 5.5 64bit, to enforce ssl I am using mod_rewrite the only modification I have made to my httpd.conf file are the following three lines:
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}