Gitlab#

Annoying Error:

PTY allocation request failed on channel 0
/usr/local/lib/ruby/1.9.1/net/http.rb:799:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
        from /usr/local/lib/ruby/1.9.1/net/http.rb:799:in `block in connect'
        from /usr/local/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
        from /usr/local/lib/ruby/1.9.1/timeout.rb:99:in `timeout'
        from /usr/local/lib/ruby/1.9.1/net/http.rb:799:in `connect'
        from /usr/local/lib/ruby/1.9.1/net/http.rb:755:in `do_start'
        from /usr/local/lib/ruby/1.9.1/net/http.rb:744:in `start'
        from /home/git/gitlab-shell/lib/gitlab_net.rb:76:in `get'
        from /home/git/gitlab-shell/lib/gitlab_net.rb:38:in `discover'
        from /home/git/gitlab-shell/lib/gitlab_shell.rb:77:in `user'
        from /home/git/gitlab-shell/lib/gitlab_shell.rb:82:in `username'
        from /home/git/gitlab-shell/lib/gitlab_shell.rb:36:in `exec'
        from /home/git/gitlab-shell/bin/gitlab-shell:16:in `<main>'

Even though cert is OK… From gitlabhq/gitlab-shell#102:

vi /home/git/gitlab-shell/config.yml

Set correct gitlab_url. Fixed.