Defect #672
https and some application part
| Status: | Closed | Start date: | 2008-02-15 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | 0.6.3 | Resolution: | Invalid |
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
History
Updated by Jean-Philippe Lang almost 4 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.