curl https url error

Git or curl reports the following error for an https link:


* Initializing NSS with certpath: sql:/etc/pki/nssdb

*   CAfile: /etc/pki/tls/certs/ca-bundle.crt

  CApath: none

* NSS error -12190

* Closing connection #0

* SSL connect error

curl: (35) SSL connect error

Report an error: NSS error -12190

Solution:

yum update nss nss-util nspr

yum update curl

Guess you like

Origin blog.csdn.net/qq_29520895/article/details/126940717