我正在尝试与 Google PHP API 客户端交互,但我遇到了 Google 提供的证书问题:
谷歌错误:
SSL certificate problem, verify that the CA cert is OK.
Retrying with the CA cert bundle from google-api-php-client.
PHP 卷曲错误:
SSL certificate problem: unable to get local issuer certificate
我在 Linux 机器上没有任何问题。这些错误发生在 Windows 机器上。
我尝试了几种不同的解决方案:
https://code.google.com/
http://richardwarrender.com/
但无济于事。
PS:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
不会被接受...