curl-library
RE: libcurl ssl with fedora 9
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 19 Jun 2008 07:47:52 +0200 (CEST)
Date: Thu, 19 Jun 2008 07:47:52 +0200 (CEST)
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.seReceived on 2008-06-19