cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Re: HTTPS + Certificate

From: Frédéric Dufour <fdufour_at_logfi.fr>
Date: Wed, 24 Sep 2003 17:23:50 +0200

If I try this :

     curl_setopt($ch, CURLOPT_SSLCERT, $MyCert);

     curl_setopt($ch, CURLOPT_CAINFO, $certroot);
     curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, TRUE);
     curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);

and I have the same message... I added the last 2 lines after read this
message from Daniel Stenberg :

http://curl.haxx.se/mail/curlphp-2001-12/0009.html

and http://curl.haxx.se/mail/curlphp-2001-12/0010.html to complete my
response to your previous message ;-)

--
Frédéric
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-09-24