curl https url 报错

git  或是 curl 一个https的链接报如下错误:


* 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

报错吗:NSS error -12190

解决方法:

yum update nss nss-util nspr

yum update curl

猜你喜欢

转载自blog.csdn.net/qq_29520895/article/details/126940717