curl access https site
發表於 : 2016-09-08 08:09:56
https://dotblogs.com.tw/jses88001/2014/08/10/146222
解法2(建議)
參考來源: PHP: curl_setopt - Manual
到cURL - Extract CA Certs from Mozilla下載cacert.pem
在php.ini中加入
重開Apache
解法2(建議)
參考來源: PHP: curl_setopt - Manual
到cURL - Extract CA Certs from Mozilla下載cacert.pem
代碼: 選擇全部
wget http://curl.haxx.se/ca/cacert.pem
代碼: 選擇全部
curl.cainfo="C:\php\cacert.pem"