Defect #25577
closedFixing wrong hyphenization on FAQ-Page for RequestHeader
0%
Description
Hi,
just want to point you to this issue: [[https://github.com/docker-library/redmine/issues/60]]
The FAQ ([[http://www.redmine.org/projects/redmine/wiki/FAQ#Why-does-Redmine-use-http-links-when-I-want-it-to-use-https-links-in-Apache-SSL]]) says to use the following header in the apache config to tell the app to redirect to https urls:
RequestHeader set X_FORWARDED_PROTO 'https'
This is wrong, it must be
RequestHeader set X-Forwarded-Proto "https"
The hyphenization has to be set correctly.
Thanks
Related issues
Updated by Toshi MARUYAMA over 7 years ago
- Status changed from New to Needs feedback
You can edit wiki.
Updated by Toshi MARUYAMA over 7 years ago
- Related to Defect #24880: Documentation for enabling HTTPS is not clear added
Updated by Toshi MARUYAMA over 7 years ago
- Status changed from Needs feedback to Closed
I added "RequestHeader set X-Forwarded-Proto 'https'" because it is not clear which is correct on Rails 3/4, Apache 2.2/2.4.
http://www.redmine.org/projects/redmine/wiki/FAQ/diff?utf8=%E2%9C%93&version=115&version_from=114&commit=View+differences