Closed baloo66 closed 9 years ago
Thanks for the report and the detailed analysis.
Unknown SSL protocol error in connection to bitbucket.org:443 This looks like the problem.
According to 1 newer curl versions have disabled some TLS ciphers by default. Which might be the problem here.
Can you reproduce the bug with the command line curl program? And can you then try with --ciphers ALL
if that helps?
@baloo66 please note that a little quicker feedback would help to keep tickets alive, and to work toward their resolution.
I've got a problem with git and NTLM authentication:
while with 1.9.5.msysgit.0 everything is fine - after installation of 1.9.5.msysgit.1 after issuing
I get the following
... then, after about 5 minutes
If I set GIT_CURL_VERBOSE=1 and repeat the command above, I see the following
and from now on I see a loop of
.... and so on and so on and so on
I am behind a ntlm-proxy
I am using 1.9.5.msysgit.1 on Windows 7 (to say it again: 1.9.4.msysgit.0 is doing fine)
Is that a problem of the proxy or of libcurl?