Error:1400410B: Ssl Routines: Connect_Cr_Srvr_Hello: Wrong Version Number

I can not clone any github repositories with https, but it is ok to clone a bitbucket/gitlab repository.

git clone :xxx/xxx.git it works.

git clone it works,too.

git clone I got this error:

Cloning into 'xxx'...
fatal: unable to access ' error:1400410B:SSL 
routines:CONNECT_CR_SRVR_HELLO:wrong version number

Any suggestions/insights are much appreciated.

Note: I can clone the repository with SourceTree client

2

1 Answer

~/.gitconfig

Remove the following

# .gitcofig
[http ""]
    proxy = 
[https ""]
    proxy = 

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article
Twitter Facebook Pinterest