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

curl-and-php

Re: 'insufficeint encryption' from some SSL servers...

From: Rob Styles <mmmmmrob_at_yahoo.com>
Date: Mon, 6 Aug 2001 12:34:02 -0700 (PDT)

Thanks Daniel,

My C isn't up to playing with the source - not with
the time I have to do this...

I have made things work by compiling the openssl
library with the --no-des (if I remeber rightly, I
found in the docs) switch to turn off the des
algortihms.

I look forward to the ability to control
programatically.

cheers

rob

--- Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Mon, 9 Jul 2001, Rob Styles wrote:
>
> > I'm using curl functions to post to an SSL server
> - it's all working fine
> > with most servers, but fails with the live system
> I need to hit.
> >
> > The problem I'm getting is an 'insufficient
> encryption' message from the
> > server. Having tried it from openssl on the
> command line it appears to
> > negotiate DES-CBC3-SHA as the cipher. By forcing
> the cipher to RC4-MD5
> > the server accepts the request and replies.
> >
> > Does anyone know how I can force/change the cipher
> order for the curl
> > functions within php, or fix it on RC4-MD5 if
> necessary?!
>
> Sorry.
>
> This is not currently possible. Feel free to dig
> into the source code and add
> this functionality. I would certainly appriciate a
> patch adding this!
>
> If not, expect me to add this feature. But don't
> hold your breath for this to
> happen the nearest couple of weeks.
>
> --
> Daniel Stenberg -- curl dude --
> http://curl.haxx.se/
>
>
>
> _______________________________________________
> Curl-and-php mailing list
> http://curl.haxx.se/

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

_______________________________________________
Curl-and-php mailing list
http://curl.haxx.se/
Received on 2001-08-06