且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SSL证书错误:通过Podio进行身份验证时无法获取本地颁发者证书

更新时间:2022-01-25 08:41:10

我通过从此站点

I solved this by downloading cacert.pem from this site https://curl.haxx.se/docs/caextract.html into my C:\xampp\php directory. I then uncommented/edited these lines in my php.ini file

curl.cainfo = "C:\xampp\php\cacert.pem" 
openssl.cafile="C:\xampp\php\cacert.pem"