Gitlab Configurations with HTTP & HTTPS

Hi,

I am using gitlab with http but now i want to configure ssl but that should work alos on http as well.

How can i do this with exiting installed gitlab bundle.

Greetings!

Depending on your GitLab version, you likely can accomplish this use Let’s Encrypt (which is built in) by simply setting your external_url setting in your gitlab.rb file to use https://your-gitlab-url. There are a lot of options you can utilize with this, so I would recommend giving our SSL Configuration page a solid read. It contains a lot of details and scenarios to help you get going.

Hope this helps!

1 Like