上次我下载了认证并将其保存在以下路径中。
CAfile: C:\xampp\php\extras\ssl\cacert.pem
我添加了php.ini文件的路径,如下所示
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo = "C:\xampp\php\extras\ssl\cacert.pem"
最后,我重新启动了我的xampp。但是,我仍然有以下错误
cURL error 77: error setting certificate verify locations:
CAfile: C:\xampp\php\extras\ssl\cacert.pem
CApath: none (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
任何人都有解决方案吗?
答案 0 :(得分:0)
你的curl.exe与cacert.pem在同一目录中吗?
1-a可以提供帮助的解决方案是将cacert.pem放在Xamp目录之外(你可以在你的php代码上写下你的新url)
2 - 将它放在“C:\ xampp \ php目录。
上试试吧!