Skip to content
Snippets Groups Projects

Use secure Gravatar url when https is set to true in the configuration

Merged gitlab-qa-bot requested to merge github/fork/chr1831/master into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: coveralls

    Coverage Status

    Coverage decreased (-0.09%) when pulling 1a92ae9f on chr1831:master into 26befdc7 on gitlabhq:master.

    By Administrator on 2013-04-18T06:26:37 (imported from GitLab project)

    By Administrator on 2013-04-18T06:26:37 (imported from GitLab)

  • Created by: axilleas

    :thumbsup:

    By Administrator on 2013-04-18T08:57:19 (imported from GitLab project)

    By Administrator on 2013-04-18T08:57:19 (imported from GitLab)

  • Created by: senny

    looks reasonable.

    @randx can you take a look?

    By Administrator on 2013-04-18T14:54:44 (imported from GitLab project)

    By Administrator on 2013-04-18T14:54:44 (imported from GitLab)

  • Created by: Razer6

    +1

    By Administrator on 2013-04-19T08:49:24 (imported from GitLab project)

    By Administrator on 2013-04-19T08:49:24 (imported from GitLab)

  • Created by: trusktr

    I have gitlab 6.5.x and Gitlab.config.gitlab.https is set to true. However, the gravatar is still not loading through https.

    By Administrator on 2014-02-08T11:24:54 (imported from GitLab project)

    By Administrator on 2014-02-08T11:24:54 (imported from GitLab)

  • Created by: trusktr

    Nevermind. I had to clear the redis cache to make it work. Document this somewhere?

    By Administrator on 2014-02-08T11:42:48 (imported from GitLab project)

    By Administrator on 2014-02-08T11:42:48 (imported from GitLab)

  • 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)

  • Created by: trusktr

    :thumbsup:

    By Administrator on 2014-03-08T11:34:20 (imported from GitLab project)

    By Administrator on 2014-03-08T11:34:20 (imported from GitLab)

Please register or sign in to reply
Loading