SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
i just installed new version of gitlab, after new installation ssl is not working... it throws SSL23_GET_SERVER_HELLO:sslv3 alert handshake error. ssh is working fine. only difference i see is in old version, browser says it is using TLS 1.0 and in new version it says 1.2.
$ git clone https://gitlabserver/group/project.git Cloning into 'project'...
-
Couldn't find host gitlabserver in the _netrc file; using defaults
-
Adding handle: conn: 0x282d6f8
-
Adding handle: send: 0
-
Adding handle: recv: 0
-
Curl_addHandleToPipeline: length: 1
-
- Conn 0 (0x282d6f8) send_pipe: 1, recv_pipe: 0
-
About to connect() to gitlabserver port 443 (#0)
-
Trying gitlabserver...
-
Connected to gitlabserver port 443 (#0)
-
successfully set certificate verify locations:
-
CAfile: c:/Users/lanid/curl-ca-bundle.crt CApath: none
-
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
-
Closing connection 0 fatal: unable to access 'https://gitlabserver/group/project.git/': error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure