Hi I used bitbucket since 2 years now and it has been always a pleasure. Since two weeks I got a warning when pulling from bitbucket, that the IP will change soon.
I think this happend now. If I try to
git pull origin master
I get
fatal: unable to access 'https://Elenktik@bitbucket.org/Elenktik/memberportal.git/':
gnutls_handshake() failed: The TLS connection was non-properly terminated.
Do I have to change the IP somewhere? What do I need to do?
Hi Adam, welcome to the Community!
There seemed to be an issue when users tried to reach Bitbucket via IPv6, they were getting an SSL/TLS handshake issue. As a workaround we suggested them to disable IPv6 or to use the "–4" flag.
Our engineers have now reverted the IPv6 part of DNS change and the services and handshake should be restored. For more information please refer to our Status page: https://status.bitbucket.org/incidents/vhwmrlvp1nh5.
Can you confirm if the connection issue is resolved from your side?
Kind regards!
Ana
I'm getting the same error when trying to git clone from a machine running Debian Stretch:
$ git clone https://bitbucket.org/blah/blah.git
Cloning into 'blah...
remote: Not Found
fatal: unable to access 'https://bitbucket.org/blah/blah.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
Same error if I try the `-4` or `--ipv4` flag.
Edit: my mistake, I had a typo in the repo name - surprised to get this error message for that eventuality!
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.