SLL setup not work
Following this recipes
https://github.com/gitlabhq/gitlab-recipes/tree/master/web-server/apache
https://github.com/gitlabhq/gitlab-recipes/blob/master/web-server/apache/gitlab-ssl-apache24.conf
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md
and https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md
Setting HTTPS To use GitLab with HTTPS:
In gitlab.yml:
Set the port option in section 1 to 443.
Set the https option in section 1 to true.
In the config.yml of gitlab-shell:
Set gitlab_url option to the HTTPS endpoint of GitLab (e.g. https://git.example.com).
Set the certificates using either the ca_file or ca_path option.
Caused Failed in GitLab API access due to shell not working using SSL.
wget https://localhost:8080/api/v3/internal/check
--2016-07-26 09:27:43-- https://localhost:8080/api/v3/internal/check
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:8080... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Unable to establish SSL connection.