Hello, I am trying to run a simple git pull in my ubuntu server and it is no longer working.
I tried updating curl, openssl, but nothing seems to be working!
I keep getting this message : fatal: unable to access 'https://XXXX@bitbucket.org/repo/proj.git/': gnutls_handshake() failed: A TLS fatal alert has been received.
Thanks!
I upgraded git to version 2.20 and now it's working!
Hi @essenitcher,
Looks like time to update your git util.
I hope this article will help https://community.atlassian.com/t5/Bitbucket-questions/How-to-find-out-which-TLS-version-the-Git-command-is-using/qaq-p/949686
And this one as reference
https://bitbucket.org/blog/deprecating-tlsv1-tlsv1-1-2018-12-01
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply. I did that. These are the versions of curl and git that I have but I still have no luck connecting to bitbucket.
curl 7.62.0 (x86_64-unknown-linux-gnu) libcurl/7.62.0 OpenSSL/0.9.8k zlib/1.2.3.3
git version 2.9.5
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've read that the Open SSL version was old, so I upgraded it. Now I get
curl 7.62.0 (x86_64-unknown-linux-gnu) libcurl/7.62.0 OpenSSL/1.0.2q zlib/1.2.3.3
but still no luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.