-
Bug
-
Resolution: Fixed
-
High
-
None
-
7
-
Severity 3 - Minor
-
2,356
-
Issue Summary
Unable to clone using Git 2.44.0.windows
Steps to Reproduce
- Install git 2.44 on Windows
- Clone a repository
Expected Results
Clone is successful
Actual Results
Fails with either
fatal: Unable to access 'https://bitbucket.org/workspace/repository/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
or
09:03:44.875595 http.c:868 == Info: schannel: shutting down SSL/TLS connection with bitbucket.org port 443
fatal: unable to access 'https://bitbucket.org/workspace/repository/': Failure when receiving data from the peer
Workaround
Downgrade to 2.43.0 or change the sslbackend to openssl
git config --global http.sslBackend openssl