Project

General

Profile

Actions

Defect #25577

closed

Fixing wrong hyphenization on FAQ-Page for RequestHeader

Added by Simon O about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

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

Related to Redmine - Defect #24880: Documentation for enabling HTTPS is not clearClosed

Actions
Actions #1

Updated by Toshi MARUYAMA about 7 years ago

  • Status changed from New to Needs feedback

You can edit wiki.

Actions #2

Updated by Toshi MARUYAMA about 7 years ago

  • Related to Defect #24880: Documentation for enabling HTTPS is not clear added
Actions #3

Updated by Toshi MARUYAMA about 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

Actions

Also available in: Atom PDF