Can't work with git after update from 4.2 to 5.0
Created by: schwindelbub
After the update i get the following error on a pull f.e. And i can't work with git anymore (pull, push, clone ...) The check after the update runs without errors.
/usr/local/lib/ruby/1.9.1/net/http.rb:799:in `connect': SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol (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:62:in `get'
from /home/git/gitlab-shell/lib/gitlab_net.rb:17:in `allowed?'
from /home/git/gitlab-shell/lib/gitlab_shell.rb:60:in `validate_access'
from /home/git/gitlab-shell/lib/gitlab_shell.rb:23:in `exec'
from /home/git/gitlab-shell/bin/gitlab-shell:16:in `<main>'
fatal: The remote end hung up unexpectedly
I made every update to 5.4 without any further problems. But also without fixing the ssl git problem. We are using gitlab behind an apache ssl proxy. There are no other problems with ssl. The puma.rb
bind 'tcp://127.0.0.1:8080'
The gitlab.yml
gitlab:
## Web server settings
host: example.com
port: 443
https: true
Does anyone have a hint for me?