Jeffrey Walton via cfarm-users wrote:
Hi Everyone,

I'm trying a git pull. When I use https://github.com/weidai11/cryptopp/:

$ git pull
fatal: unable to access 'https://github.com/weidai11/cryptopp/':
Problem with the SSL CA c
ert (path? access rights?)

If I read this correctly, Git is not able to verify GitHub's TLS certificate for some reason. I will take a stab in the dark and guess that a needed root CA certificate is missing.

When I try git://github.com/weidai11/cryptopp/:

$ git pull
fatal: remote error:
 The unauthenticated git protocol on port 9418 is no longer supported.

While this does not help you, the root of this latter problem seems to be that GitHub has decided to deliberately break compatibility with one of Git's standard features using "security" as an excuse. This is, of course, ridiculous for public repositories, since public repositories are, well, public.


-- Jacob
_______________________________________________
cfarm-users mailing list
[email protected]
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to