先试着配置curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,false);不行就更新一下本地的证书ref: PHP cURL error code 60 - Stack OverflowUse this certificate root certificate bundle:https://curl.haxx.se/ca/cacert.pemCopy this certificate bundle on your disk. And use this on php.inicurl.cainfo = "path_to_certcacert.pem"
先试着配置
不行就更新一下本地的证书
ref: PHP cURL error code 60 - Stack Overflow
Use this certificate root certificate bundle:
https://curl.haxx.se/ca/cacert.pem
Copy this certificate bundle on your disk. And use this on
php.ini