I'm running it over https on Ubuntu...
<IfModule mod_ssl.c> <VirtualHost _default_:443> DocumentRoot /opt/observium/html/ ServerName observium.example.org CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory>
SSLEngine on
SSLCertificateFile /etc/ssl/certs/observium.example.org.crt SSLCertificateKeyFile /etc/ssl/private/observium.example.org.key
<FilesMatch ".(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars </Directory>
BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost> </IfModule>
Regards,
Rob
On Wed, Feb 12, 2014 at 12:45 PM, Scott Brawner < Scott.Brawner@kratosdefense.com> wrote:
In case anyone was wondering, the answer is 'yes', https breaks pretty much everything except the front page.
Trying to figure it out now.
Thanks, Scott Brawner [image: Description: cid:image002.jpg@01CBD278.0CADB410]
*From:* observium [mailto:observium-bounces@observium.org] *On Behalf Of *Scott Brawner *Sent:* Wednesday, February 12, 2014 1:32 PM *To:* observium@observium.org *Subject:* [Observium] Observium over https
Is there anything I need to keep in mind when I switch the observium web server over to ssl besides just the standard apache stuff?
Best regards, Scott Brawner
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium