Answers for "fatal: unable to access 'https://github.com/derv82/wifite/': openssl ssl_connect: connection was reset in connection to github.com:443"

0

fatal: unable to access 'https://github.com/freenas/webui.git/': OpenSSL SSL_read: Connection was reset, errno 10054 code example

git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
Posted by: Guest on October-24-2020
0

fatal: unable to access '': OpenSSL SSL_connect: Connection was reset in connection to github.com:443

git config --global --unset-all remote.origin.proxy
Posted by: Guest on March-17-2022

Code answers related to "fatal: unable to access 'https://github.com/derv82/wifite/': openssl ssl_connect: connection was reset in connection to github.com:443"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language