[Solved]failed to receive handshake ssl/tls connection failed github

When using GitHub client to submit code, an error is reported
failed to receive handle SSL/TLS connection failed
solution:

$ git config --global http.sslBackend "openssl"
$ git config --global http.sslCAInfo [path to .pem file]

Personal tests are available source: https://github.com/desktop/desktop/issues/2920

Similar Posts: