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?)
我尝试了不同的东西,但无法弄清问题是什么。任何帮助将不胜感激。