-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Affects Version/s: 4.1.9, 5.1.3
-
Component/s: Editor - Page / Comment Editor
-
Environment:
Standalone. java.version: 1.6.0_13.
-
Severity 2 - Major
We have Confluence setup behind an Apache reverse proxy and our Server Base URL is set to "https://confluence...". However, when Confluence sends out a 301, it always sends the Location: http://confluence..., which then gets redirected by Apache to https://confluence...
Confluence should respect the Server Base URL setting and use the proper URL when redirecting.
I'm attaching a series of 8 images showing how cumbersome this can get when logging in and then getting redirected many times when trying to visit the homepage. (best viewed in order from 0->7)
I'm also attaching two relevant Apache Config files.
- The first redirects all non-SSL requests to be SSL requests
- The second actually handles the proxying to localhost over SSL