SSL Config

Bug #1777904 reported by Jose Medina
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nagios Charm
Fix Released
Critical
Unassigned

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.

Related branches

Stuart Bishop (stub)
Changed in nagios-charm:
status: New → Triaged
importance: Undecided → Critical
Stuart Bishop (stub)
Changed in nagios-charm:
importance: Critical → Undecided
status: Triaged → Fix Committed
Junien F (axino)
Changed in nagios-charm:
importance: Undecided → Critical
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.