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

curl-and-php

RE: I can't get https pages

From: Jason Sweat <sweatjejm_at_home.com>
Date: Thu, 30 Aug 2001 15:37:43 -0500

Once you get php compiled with curl and openssl, the only trick seems to be
that the auto-negotiate does not seem to work well under php. you need to
try not setting the CURLOPT_SSLVERSION, as well as
curl_setopt($ch, CURLOPT_SSLVERSION, 2);
and
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
with each site you are trying to retrieve the data from.

> Message: 3
> From: SDowell <sdowell_at_garrison.com>
> To: "'curl-and-php_at_lists.sourceforge.net'"
> <curl-and-php_at_lists.sourceforge.net>
> Subject: RE: I can't get https pages
> Date: Thu, 30 Aug 2001 08:23:06 -0700
> Reply-To: curl-and-php_at_lists.sourceforge.net
>
> Gave up trying to use the php curl functions and used the php exec with =
> the
> curl command line synrax and it works fine.
>
> Steve
>
> -----Original Message-----
> From: SDowell [mailto:sdowell_at_garrison.com]
> Sent: Wednesday, August 29, 2001 3:02 PM
> To: 'curl-and-php_at_lists.sourceforge.net'
> Subject: RE: I can't get https pages
>
>
>
>
> Actually, this project will be ported to Linux when it goes live. Its =
> just
> that my development machine is win and the html/php/etc editor I like =
> to use
> is Win. Guess I'll just go ahead and build my Linux box.
>
> Thanks for the advice,
> Steve
>
>
Received on 2001-08-30