cURL不适用于HTTPS(错误:77)

时间:2017-02-15 10:45:35

标签: php curl redhat libcurl nss

PHP curl不适用于Amazon Linux上的https请求。这是我卷曲https网址时得到的结果:

curl -v https://google.com
Rebuilt URL to: https://google.com/
Trying 172.217.3.174...
Connected to google.com (172.217.3.174) port 443 (#0)
Initializing NSS with certpath: sql:/etc/pki/nssdb
Closing connection 0
curl: (77) Problem with the SSL CA cert (path? access rights?)

我尝试了不同的东西,但无法弄清问题是什么。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

我的证书文件不正确。它是从http://curl.haxx.se/ca/cacert.pem下载的。不得不将http更改为https。