diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-19 10:45:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-19 10:45:55 +0000 |
commit | d5471212123fee21cc44175362cf36e9449a2484 (patch) | |
tree | da26c83dc37647b81d6134e2d5e65b1674a06e13 /releasenotes | |
parent | 97aac6a58c30d044cc04f67829d74c98f56d28ba (diff) | |
parent | 9e729c0db22865d036860346eb6b81c4c2108719 (diff) |
Merge "Ensure we configure ssl.conf"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/ensure-ssl-conf-2f32c6ead6f3bb0e.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/ensure-ssl-conf-2f32c6ead6f3bb0e.yaml b/releasenotes/notes/ensure-ssl-conf-2f32c6ead6f3bb0e.yaml new file mode 100644 index 0000000..92f2360 --- /dev/null +++ b/releasenotes/notes/ensure-ssl-conf-2f32c6ead6f3bb0e.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + With having package mod_ssl by default installed in images we introduced + issue with mod_ssl package update. In case of SSL not being used or + provided by HAproxy the puppet-apache module by default purges the + ssl.conf file. The package update then recreates the file with default + Listen 443 option. This causes conflict on 443 port during httpd restart. + If we include ::apache::mod::ssl the ssl.conf file will be configured and + the Listen option will be used only if there is vhost set to use SSL. |