Report this

What is the reason for this report?

Set HTTPS on Gitlab

Posted on May 18, 2017
encu

By encu

i set https on /etc/gitlab/gitlab.rb

external_url = 'https://gitlab.domain.com'
nginx['redirect_http_to_https'] = true
nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab.example.crt"
nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab.example.com.key"

gitlab-ctl reconfigure no error, https://gitlab.domain.com didn’t work but http://gitlab.domain.com still working, what i do to https work?

sorry for bad english

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.