Amazon PHP SDK'yı kullanmak için Windows'ta bir php ortamı kurmaya çalışırken (wamp kullanarak), örnek bir test çalıştırmayı denediğimde aşağıdaki hatayı alıyorum:
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
Aşağıdaki satırı php.ini dosyama zaten ekledim
curl.cainfo = C:\Windows\ca-bundle.crt
Bu VBS komut dosyası VBS-Script'i kullanarak oluşturduğum sertifikanın konumu
WAMP hizmetimi de yeniden başlattım.
curl_setopt($rest, CURLOPT_SSL_VERIFYPEER, false);