Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
curl:(60)SSL证书问题:无法获取本地颁发者证书更多详细信息:https ://curl.haxx.se/docs/sslcerts.html
curl 无法验证服务器的合法性,因此无法建立与它的安全连接。要了解有关此情况以及如何解决此问题的更多信息,请访问上述网页。错误:https ://artifacts.elastic.co/GPG-KEY-elasticsearch:导入读取失败(2)。
有几个选项可以解决这个问题:
–cacert <path>/cacert.pem
set CURL_CA_BUNDLE=<path>/cacert.pem
curl-ca-bundle.crt
下载适用于所有平台的 cacert.pem。
关于这个问题的卷曲文档。