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

[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 ce