Hello, please am new to this.
However, I've have made every setup work correctly through the guide. My confusion is in the callback script. I continue to get errors
echo 'Curl error: ' . curl_error($curl). '
';Curl error: error setting certificate verify locations: CAfile: C:/wamp/bin/apache/apache2.2.22/bin/curl-ca-bundle.crt ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; [Date] ; Defines the default timezone used by the date functions ;
http://php.net/datPlease, any help will be well appreciated because am close to my deadline.....
Answers
Maybe curl cannot access the CA list, which is needed to verify the certificates for https.
Does your website have proper access to the CA file (does it exist, proper read rights)?
Regards.