url with ‘https’ Curl function in aps package not working why?

By | January 16, 2014

in this case please add the following line in the curl function

curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);

This will work…….. 🙂