Désactiver la vérification SSL dans PHP Curl

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