Actions
Defect #4988
closedWrong redirecting when visit redmine via SSL(https)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When I post somethinge in redmine via SSL, it's will try to redirect to a "http" url.
EP. I visit URL "httpS:\\redmine.org", and post a issues or modify a wiki page, it's will try to redirect to "http://redmine.org/...." but the right url is "httpS://redmine.org/...".
please check the actions to cause this bug below:
- POST something
- change config in admine page.
- jump between projects via select project name in list.(it's only working in Homepage)
Updated by Qiao Xu about 15 years ago
DB mysql 5.0.5
Ruby 1.8.7
Rails 2.3.5
Redmine r3540
Updated by Qiao Xu about 15 years ago
sorry, it's not a redmine bug.
when I add this line below in my ngnix.conf, redmine working perfect:
proxy_set_header X_FORWARDED_PROTO https;
Updated by Felix Schäfer about 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Actions