curl access https site

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

curl access https site

文章 yehlu »

https://dotblogs.com.tw/jses88001/2014/08/10/146222

解法2(建議)

參考來源: PHP: curl_setopt - Manual

到cURL - Extract CA Certs from Mozilla下載cacert.pem

代碼: 選擇全部

wget http://curl.haxx.se/ca/cacert.pem
在php.ini中加入

代碼: 選擇全部

curl.cainfo="C:\php\cacert.pem"
重開Apache
回覆文章

回到「PHP」