Hi,

I'm running gitlab v7.8.4 behind a reverse proxy which terminates my https 
connections. I am convincing gitlab that it is accessed through https by 
setting 

    proxy_set_header    X-Forwarded-Proto   https;

in my ngnix config and by forcing the gravatar url to be the 
https://secure.gravatar.com one in all cases.

In my gitlab-shell/config.yml I'm setting the value of gitlab_url to the 
https version as well.

Still, in the web interface, the clone url is shown as http and not as 
https. Why?

In practice this is okay because my setup redirects http to https. But I 
don't want to show my users the http url in the first place.

How can I force the git clone url to be https instead of http?

Thanks!

cheers, josch

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/0cb0e158-7ae7-484b-b616-9223bd65ac69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to