Using HTTPS self-signed certificate with GitLab GitLabHTTPS Posted on August 10, 2014August 10, 2014 | by admin You would change this in nginx site. If it’s a self-signed cert be sure to set self_signed_cert: true http_settings: # user: someone # password: somepass # ca_file: /etc/ssl/cert.pem # ca_path: /etc/pki/tls/certs self_signed_cert: true Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related