1
上次我下載了認證並將其保存在以下路徑中。cURL錯誤77:錯誤設置證書驗證位置:
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)
任何一個解決方案?
我發現問題出在我下載認證時,它只有521行而不是3895行。 –