Actions
Defect #6870
closed
Atom Feed does not take into account the https settings
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Feeds
Target version:
-
Start date:
2010-11-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi,
HTTPS protocol is selected in Administration / Settings area but ATOM generated feeds (Activity, Issues) contain HTTP URL instead of the HTTPS one.
See below an example:
... <generator uri="http://www.redmine.org/"> Redmine </generator> <entry> <title>Revision 1519: imports Maven POM definition for Web Application projects. </title> <link href="http://domain.tld/projects/ts/repository/revisions/1519" rel="alternate"/> <id>http://domain.tld/projects/ts/repository/revisions/1519</id> ...
Cheers,
Alexandre
Updated by Felix Schäfer over 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
The setting is only for links sent per mail, the atom links are generated with the same protocol you are accessing redmine on.
Updated by Anonymous over 14 years ago
I get access through a reverse proxy.
Client --- HTTPS ---> Reverse Proxy --- HTTP ---> Redmine (Apache + Mod Passenger)
How do I make Redmine aware that the original request is initiated over SSL?
Actions