apache2 fails to start due to missing certificate and key
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gnocchi Charm |
Fix Released
|
High
|
David Ames | ||
OpenStack AODH Charm |
Fix Released
|
Undecided
|
Unassigned | ||
OpenStack Designate Charm |
Fix Released
|
Undecided
|
Unassigned | ||
charms.openstack |
Fix Released
|
Critical
|
Liam Young |
Bug Description
Apache attempts to start with SSL configured.
root@juju-
Listen 8031
<VirtualHost 10.244.40.247:8031>
ServerName gnocchi-
SSLEngine on
SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite HIGH:!RC4:
SSLCertific
SSLCertific
ProxyPass / http://
ProxyPassRe
ProxyPreser
RequestHeader set X-Forwarded-Proto "https"
</VirtualHost>
<VirtualHost 10.244.40.247:8031>
ServerName gnocchi-public.maas
SSLEngine on
SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite HIGH:!RC4:
SSLCertific
SSLCertific
ProxyPass / http://
ProxyPassRe
ProxyPreser
RequestHeader set X-Forwarded-Proto "https"
</VirtualHost>
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
<Location />
Order allow,deny
Allow from all
</Location>
However the certificate and key do not exist.
root@juju-
cat: /etc/apache2/
root@juju-
cat: /etc/apache2/
The output of juju status will show
current: blocked
message: 'Services not running that should be: apache2'
since: 03 Mar 2018 12:12:33Z
For all the gnocchi and aodh units.
Changed in charm-gnocchi: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 18.02 |
assignee: | nobody → David Ames (thedac) |
description: | updated |
Changed in charms.openstack: | |
importance: | Undecided → Critical |
assignee: | nobody → Liam Young (gnuoy) |
Changed in charm-aodh: | |
milestone: | none → 18.02 |
Changed in charm-designate: | |
milestone: | none → 18.02 |
Changed in charm-gnocchi: | |
status: | Fix Committed → Fix Released |
Changed in charm-aodh: | |
status: | Fix Committed → Fix Released |
Changed in charm-designate: | |
status: | Fix Committed → Fix Released |
Subscribed to Field Critical SLA, as this bug will cause all SSL enabled deployments of gnocchi to fail.