[PHP] curl + ssl and invalid certificate

2004-05-21 Thread Richard Davey
Hi all, This is a very specific problem so I'm not holding out too much luck, but I am working on a script that must POST data to a secure server so I'm using curl for this. curl works perfectly including on ssl sites like PayPal.com - but the test server I am connecting to has an invalid site

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, but

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

[PHP] CURL - SSL

2003-09-17 Thread Rodrigo Nakahodo
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.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 9/11/2003 -- PHP General

[PHP] CURL SSL

2002-07-27 Thread Jonathan Rosenberg
I am on a server that has CURL OpenSSL enabled. I assumed that this meant that I could do https: requests via CURL. But for some reason, my attempts to do this are not working. If I do a CURL http: request, everything works fine (i.e., I get the web page, as expected). But if I use an https:

Re: [PHP] CURL SSL

2002-07-27 Thread Oscar F
?. Oscar F.- - Original Message - From: Jonathan Rosenberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 27, 2002 1:50 PM Subject: [PHP] CURL SSL I am on a server that has CURL OpenSSL enabled. I assumed that this meant that I could do https: requests via CURL

Re: [PHP] CURL SSL

2002-07-27 Thread Tech Support
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 with the Concord people, not with authorize... it says SSL is enabled when