Desative a verificação SSL em php curl

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
Hungry Hawk