最佳答案
当我试图在 windows 上设置一个 PHP 环境(使用 wamp)来使用 Amazon PHP SDK 时,当我试图运行一个示例测试时,我得到了以下错误:
Fatal error: Uncaught exception 'cURL_Exception' with message 'cURL resource: Resource id #10; cURL error: SSL certificate problem: unable to get local issuer certificate (cURL error code 60). See http://curl.haxx.se/libcurl/c/libcurl-errors.html for an explanation of error codes.' in C:\wamp\www\AWSSDKforPHP\lib\requestcore\requestcore.class.php on line 848
我已经在 php.ini 中添加了以下代码行
curl.cainfo = C:\Windows\ca-bundle.crt
这是我使用这个 VBS 脚本创建的证书的位置 VBS-剧本
我也重新启动了我的 WAMP 服务。