Use secure Gravatar url when https is set to true in the configuration
Created by: chr1831
In my setup I am using a reverse proxy that has SSL enabled tunneled through an internal server-only network via http. Since Gitlab itself isn't running via ssl it uses non secure Gravatar urls.
Merge request reports
Activity
Created by: monkeyphysics
@trusktr I'm probably facing this same issue, but have no experience with ruby nor redis. Could you please share how to actually clear the redis cache?
By Administrator on 2014-02-10T12:04:35 (imported from GitLab project)
By Administrator on 2014-02-10T12:04:35 (imported from GitLab)
Created by: axilleas
Hey @trusktr run the following command in the
/home/git/gitlab/
dir ;)# Clean up cache sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
By Administrator on 2014-02-10T12:09:12 (imported from GitLab project)
By Administrator on 2014-02-10T12:09:12 (imported from GitLab)
Created by: monkeyphysics
Thanks a lot @axilleas (also on behalf of all those people googling this issue and ending up here).
By Administrator on 2014-02-10T12:11:16 (imported from GitLab project)
By Administrator on 2014-02-10T12:11:16 (imported from GitLab)
Created by: axilleas
Added an entry to the troubleshooting guide, feel free to point people there :) https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide#wiki-gravatar-ssl-not-working
By Administrator on 2014-02-10T12:42:00 (imported from GitLab project)
By Administrator on 2014-02-10T12:42:00 (imported from GitLab)