Project

General

Profile

Actions

Defect #6870

closed

Atom Feed does not take into account the https settings

Added by Anonymous over 13 years ago. Updated over 13 years ago.

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

Actions #1

Updated by Felix Schäfer over 13 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.

Actions #2

Updated by Anonymous over 13 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 #3

Updated by Anonymous over 13 years ago

  • Status changed from Closed to Reopened
Actions #4

Updated by Felix Schäfer over 13 years ago

  • Status changed from Reopened to Closed

See FAQ.

Actions #5

Updated by Anonymous over 13 years ago

Thank you.

Actions

Also available in: Atom PDF