nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00445
[Bug 1777904] Re: SSL Config
** Changed in: nagios-charm
Importance: Critical => Undecided
** Changed in: nagios-charm
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Nagios
Charm developers, which is subscribed to Nagios Charm.
https://bugs.launchpad.net/bugs/1777904
Title:
SSL Config
Status in Nagios Charm:
Fix Committed
Bug description:
When enabling ssl using a certificate authority, the config file gets
copied to the wrong file. in hooks/upgrade-charm line 310.
The line reads as follow:
with open('/etc/apache2/sites-available/default-ssl', 'w') as f:
and it should be like this:
with open('/etc/apache2/sites-available/default-ssl.conf', 'w') as
f:
this causes apache not to load the right config when using SSL with a
CA.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-charm/+bug/1777904/+subscriptions
References