Question

OpenSSL SSL_connect: Connection was reset in connection to github.com:443 while try to git push

fatal: unable to access 'https://github.com/XXX/XXXXX.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

Suddenly I'm getting above error while I try to git pull, git push, or clone the repo.

 46  84288  46
1 Jan 1970

Solution

 43

I also encountered a similar situation; that's when I came across an answer on Code Grepper by Shibbir Ahmed, where he provided this:

git config --global --unset-all remote.origin.proxy

That solved the issue for me.

2022-08-19

Solution

 43

I also encountered a similar situation; that's when I came across an answer on Code Grepper by Shibbir Ahmed, where he provided this:

git config --global --unset-all remote.origin.proxy

That solved the issue for me.

2022-08-19

Solution

 24

When I couldn't use my VPN Apps because it doesn't connect in Iran at the moment, I used GitHub desktop.

2022-10-06

Solution

 24

When I couldn't use my VPN Apps because it doesn't connect in Iran at the moment, I used GitHub desktop.

2022-10-06