amazon
amazon copied to clipboard
CURL Updates throw warnings
In the requestcore class you have used, there are warnings from the latest version of PHP
have a look here for more details
http://www.serverphorums.com/read.php?7,620892
This is easily fixed if you want to update your code: vendors/aws-sdk/lib/requestcore/requestcore.class.php
625
- curl_setopt($curl_handle, CURLOPT_SSL_VERIFYHOST, true);
+ curl_setopt($curl_handle, CURLOPT_SSL_VERIFYHOST, 2);