+
95
-

回答

还可以自定义cert地址

 $certificate="/data/cert/cacert.pem";
curl_setopt($ch, CURLOPT_CAINFO, $certificate);
curl_setopt($ch, CURLOPT_CAPATH, $certificate);


网友回复

我知道答案,我要回答