php - curl SSL证书错误

标签 php curl

我正在尝试通过 CURL 安装 Vaprobash,但每次尝试通过 CURL 下载内容时都会收到此消息。我使用的是 Mac。

curl -L http://bit.ly/vaprobash > Vagrantfile

curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL). If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.

最佳答案

在curl调用中附加选项:

-k/--insecure

curl 将不会尝试验证 SSL 证书。

关于php - curl SSL证书错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25228226/

相关文章:

python-2.7 - cURL 与请求(SSL 问题?)

php - Zoho CRM :STUCK on Step 3: Generate Access Token and Refresh Token

php - 如何使 <option selected ="selected"> 由 MySQL 和 PHP 设置?

PHP Laravel 使用两个表进行多文件上传

PHP 通过 cURL 发送本地文件

XML 回车符在发布后消失了

php - 如何在 curl 中发送 SOAP 请求

php - 执行此命令的正确方法

php - 如何为现在用于带触摸屏的 Kiosk 中的现有 Web 应用程序创建 CSS

PHP 正则表达式模式允许出现不需要的文字星号