Actions
Bug #5530
openEmail integration has incorrect url
Start date:
07.02.2019
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
The two urls in the email from the Email Integration contain the wrong scheme. Both the changeset URL and the "notification from RhodeCode" start with http://hostname/subdir where they should start with https://hostname/subdir.
The subdir was set according to the docs.
On the Admin/Settings/System Info the RhodeCode Base URL shows https://hostname
Updated by Marcin Kuzminski [CTO] almost 6 years ago
I believe this could be related to using HTTPS and having your proxy send some improper headers and RhodeCode doesn't know about HTTP usage.
Can you try setting in rhodecode.ini a setting:
force_https = true
restart the server and try again?
Updated by lee loucks almost 6 years ago
Thanks that seems to have done the trick.
You can close this ticket.
Updated by Marcin Kuzminski [CTO] almost 6 years ago
- Status changed from New to Resolved
Actions