Project

General

Profile

Actions

Defect #672

closed

https and some application part

Added by Louis PERRIER about 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I use redmine with https, and have some problemes with redirect and i suppose :home_url

When a form (login, logout for example) are submit, I lose the https and arrive on a page with http protocol.

https protocol is set in administration > setting


Related issues

Related to Redmine - Defect #1628: redmine sends http on forms on https serverReopened2008-07-12

Actions
Has duplicate Redmine - Defect #2226: broken links in apache httpsClosed2008-11-25

Actions
Actions #1

Updated by Jean-Philippe Lang about 16 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

To tell Rails to use https on redirects, set the X_FORWARDED_PROTO header to https.
Eg, if you're using apache:

RequestHeader set X_FORWARDED_PROTO 'https'

The https flag that you see in the application settings is used for urls generated in emails only.

Actions

Also available in: Atom PDF