Bug #139
redmine vs gravatar, https mixed content
Status: | Closed | Start: | 2016-06-06 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - | |||
Votes: | 0 |
Description
Visiting most (all?) Bitfolk redmine issues Firefox indicates a https mixed content warning.
The problem appear to be gravatar images being served by way of http://. Given that these gravatar urls now also work by way of https:// I assume the bug can be fixed by way of a fairly small code/config change.
Example: http://www.gravatar.com/avatar/6ca383619c7b7c044ca9cde5d51bd6bf vs https://www.gravatar.com/avatar/6ca383619c7b7c044ca9cde5d51bd6bf
History
Updated by admin almost 9 years ago
- Status changed from New to Feedback
I think I just needed to tell redmine that it is on a https host which seems to make it correctly tell its gravatar plugin to use https. I am seeing https links for these now and no warnings. Do you see same?
Updated by halleck almost 9 years ago
Yepp, that appear to have done the trick.
Updated by admin almost 9 years ago
- Status changed from Feedback to Closed
Great, thanks for noticing that.