* 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
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
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
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 Ma
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
. but
nothing works... Anyone has a solution?.
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 e
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:
7 matches
Mail list logo