puppet-horizon/releasenotes/notes/ssl-redirect-bug-38095eeba290933a.yaml
Tobias Urdin a56420e5ef Fix redirect to https bug and testing
Fixes a bug where having listen_ssl and ssl_redirect
set to true did not redirect http to https if your
root_url was empty or '/'.

This now forces redirection from http to https no
matter what your root_url is if listen_ssl and ssl_redirect
is set to true.

This also cleans up all apache::wsgi::apache testing and fixes
the structure so it doesn't enforce some context tests only for
the SSL enabled context but for everything.

Change-Id: I53a9107a33e9afffc5d00884c66c073e77c59237
2018-06-24 14:48:54 +02:00

10 lines
400 B
YAML

---
fixes:
- |
Fixed a bug where having ssl and redirection enabled combined with a empty
root_url did not redirect. If you are setting listen_ssl and ssl_redirect to
true it will always redirect to https no matter what your root_url is.
- |
Fixed a bug where the http vhost would not redirect to the custom root_url when
setting listen_ssl to true and ssl_redirect to false.