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
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 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
Hi Scott,
AFAIK, many people run via HTTPS. Make sure you don't have base_url set anywhere in your config.
adam.
On 2014-02-12 14:45, Scott Brawner 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
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
Not sure if it's because I am redirecting http to https, but I did set base_url to https://my.url.com
On Wed, Feb 12, 2014 at 2:50 PM, Adam Armstrong adama@memetic.org wrote:
Hi Scott,
AFAIK, many people run via HTTPS. Make sure you don't have base_url set anywhere in your config.
adam.
On 2014-02-12 14:45, Scott Brawner 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
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
There is no need to set base_url or anything. Just configure apache correctly and nothing will break; I've been running over https for many years.
Tom
On 12/02/2014 22:06, Network Operations wrote:
Not sure if it's because I am redirecting http to https, but I did set base_url to https://my.url.com
On Wed, Feb 12, 2014 at 2:50 PM, Adam Armstrong <adama@memetic.org mailto:adama@memetic.org> wrote:
Hi Scott, AFAIK, many people run via HTTPS. Make sure you don't have base_url set anywhere in your config. adam. On 2014-02-12 14:45, Scott Brawner 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 FROM: observium [mailto:observium-bounces@observium.org <mailto:observium-bounces@observium.org>] ON BEHALF OF Scott Brawner SENT: Wednesday, February 12, 2014 1:32 PM TO: observium@observium.org <mailto: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 <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Got it... forgot an apache config: <------><Directory /opt/observium/html/> <------><------>Options Indexes FollowSymLinks MultiViews <------><------>AllowOverride All <------><------>Order allow,deny <------><------>allow from all <------></Directory>
Thanks, Scott Brawner
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: Wednesday, February 12, 2014 3:50 PM To: Observium Network Observation System Subject: Re: [Observium] Observium over https
Hi Scott,
AFAIK, many people run via HTTPS. Make sure you don't have base_url set anywhere in your config.
adam.
On 2014-02-12 14:45, Scott Brawner 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
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
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I'm going a permanent redirect to https and everything seems to be working.
Did you change #$config['base_url'] = "http://observium.company.com"; ?
On Wed, Feb 12, 2014 at 2: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
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
participants (5)
-
Adam Armstrong
-
Network Operations
-
Robert Brooks
-
Scott Brawner
-
Tom Laermans