Отключить проверку SSL в php curl
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Hungry Hawk
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);