您好,登錄后才能下訂單哦!
發郵件的時候報錯,郵件無法發送:SSL certificate: unable to get local issuer certificate
在Windows下,curl找不到CA證書去驗證對方的證書!
方法一:(極度不推薦,不安全)
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
方法二:
It's easy to fix (php 5.3.7 or higher) - Download a list file with an up-to-date certificate authorities, and add this setting to your php.ini
“ curl.cainfo=<path-to>cacert.pem ”
from http://stackoverflow.com/questions/17478283/paypal-access-ssl-certificate-unable-to-get-local-issuer-certificate
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。