You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Cannot open bitbucket page so I changed my ip address if the problem persist and it worked so I tried pushing my code to bitbucket but it keeps throwing error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054 and thanks.
Hi @leobartolome , welcome to the Community!
Connection reset errors often happen when no shared cipher/SSL protocol is available. Bitbucket Cloud only supports TLS 1.2, and only with non-weak cyphers as described here.
If you happen to be on Ubuntu 14.04, a user on the Community has provided instructions for the packages you'll need to install to get modern SSL cyphers . I mention this one specifically as it's a common setup still.
Otherwise - upgrading git is probably a good place to start. If you are able to share which operating system you're on, I might be able to provide additional pointers. An outdated package is very likely the culprit; knowing which OS you're on and how you're pushing code will help track down what to update.
Cheers,
Daniel
Thank you for the reply and I am currently using window 8.1 (64-bit) I am pushing my code using git version : 2.28.0.windows.1 and OpenSSL 1.1.1g 21 Apr 2020 and also bitbucket is not working on my browser (using chrome)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that additional information!
I'd expect that git version to be ok - so here are some additional thoughts:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes your right its working now its related to proxy server thank you sir that was a big help.
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.