Skip to content
Advertisement

PHP cURL error code 60

Whilst trying to setup a php environment on windows (using wamp) to use the Amazon PHP SDK, when i try to run a sample test I get the following error:

JavaScript

I have already added the following line to my php.ini

JavaScript

which is the location of a certificate i created using this VBS script VBS-Script

I have restarted my WAMP service also.

PHP index curl reference

Advertisement

Answer

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

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement