Re: [PHP] curl + ssl and invalid certificate

2004-05-21 Thread Curt Zirzow
* Thus wrote Richard Davey ([EMAIL PROTECTED]): > Hi all, > > Does anyone know how to get curl to accept the ssl cert *regardless* > of how ballsed-up it is? I've nver tried it but perhaps: CURLOPT_SSL_VERIFYPEER 0 and/or CURLOPT_SSL_VERIFYHOST 0 Curt -- "I used to think I was indecisive, bu

Re: [PHP] CURL - SSL

2003-09-18 Thread Marek Kilimajer
You need php compiled with openssl support. http://www.php.net/openssl Rodrigo Nakahodo wrote: Anyone knows how to get a simple(HTML) https response using CURL session. Thanks a million!! Rodrigo Nakahodo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.gris

Re: [PHP] CURL & SSL

2002-07-27 Thread Tech Support
t; <[EMAIL PROTECTED]> To: "Jonathan Rosenberg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, July 27, 2002 1:42 PM Subject: Re: [PHP] CURL & SSL > Jonathan, > > The exact same thing is happening to me right now, only that I'm working > w

Re: [PHP] CURL & SSL

2002-07-27 Thread Oscar F
Jonathan, The exact same thing is happening to me right now, only that I'm working with the "Concord" people, not with authorize... it says SSL is enabled when I ask for the info. The reason why you're not getting the values, is that cURL is telling PHP: curl: (1) libcurl was built with SSL disa