curl-and-php
RE: SSL problem
Date: Wed, 22 Aug 2001 08:07:45 -0700
DFaniel,
I apologize, the verbose option was turned on when I got that message.
However, I'm not getting anything back when the script is run. When I run it
from the command line it runs for 5 or 6 minutes and returns a couple of
hundred lines of data, which it is supposed to do.
Steve
-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Wednesday, August 22, 2001 10:02 AM
To: curl and php list
Subject: Re: SSL problem
On Wed, 22 Aug 2001, SDowell wrote:
> I'm trying to retrieve a web page php and cURL using openssl.
> The response I get is:
>
> * Your connection is using a weak random seed!
> * Closing live connection (#0)
That's the verbose output, it doesn't (necessarily) mean the operation will
fail. None of them are error or failure messages.
I thought they were supposed to be turned off by default, Sterling?
> I can run the following from the command line and it works perfectly.
>
> c:\curl\curl -u arri_sd:rgXnnnyG https://www.foo.com/
If you use the -v option, you'll see the 'weak random seed' message there
too. You really should consider using --random-file or --egd-file.
> My code is:
[snip]
Looked fine to me!
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2001-08-22