curl-library
RE: libcurl ssl with fedora 9
Date: Thu, 19 Jun 2008 17:20:11 -0700
-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se
[mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Wednesday, June 18, 2008 10:48 PM
To: libcurl development
Subject: RE: libcurl ssl with fedora 9
On Wed, 18 Jun 2008, Phil Pellouchoud wrote:
Phil, please don't top-post. It makes it painful to follow this thread.
> Sorry, got a little over-zealous x'ing things out. The actual cipher
> being used was:
> RC4-MD5
SSLv2 then I presume?
The lib/nss.c has a list of supported ciphers that currently include:
{"rc4", SSL_EN_RC4_128_WITH_MD5, SSL2},
Could you try adding a line below that that says:
{"rc4-md5", SSL_EN_RC4_128_WITH_MD5, SSL2},
As to me it looks like you need a plain alias for that cipher name!
-- / daniel.haxx.se That seemed to fix it. -philReceived on 2008-06-20