curl-and-php
Re: CURL with SSL on Linux
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 14 Nov 2001 20:15:22 +0100 (MET)
Date: Wed, 14 Nov 2001 20:15:22 +0100 (MET)
On Wed, 14 Nov 2001, php wrote:
> I am working on
> redhat linux 7.1
> apache 1.3.20
> php 4.0.6
> curl 7.9
> openssl 0.9.6b
> While opening an https:// site I got an error:
> SSL: error:140920C5:SSL routines:SSL3_GET_SERVER_HELLOld session cipher
> not returned
> Could you help me?
Maybe. I think you should try to force your end into talking SSLv2.
> What does it mean that error?
I don't know. SSL complains on something that seems to be handshake-oriented,
hence my guess it may have problems with the SSL version you use.
> And what is the problem with my CURL?
This is more related to SSL than curl, but of course curl gets problems if
OpenSSL can't get a connection working.
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2001-11-14