curl-users
Re: HTTPS issue
From: Daniel Stenberg <daniel.stenberg_at_netinsight.se>
Date: Tue, 02 May 2000 13:26:48 +0200
Date: Tue, 02 May 2000 13:26:48 +0200
Harry D Brown Jr wrote:
> * Proxy has replied to CONNECT request
> curl: (35) SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
This is an OpenSSL error message.
The name 'SSL23*' makes me suspect that this is once again a problem with the
automatic selection of SSL version 2 or version 3. I think it might help if you
select which SSL version to use on the command line. Try with -2 or -3 and see
if any of those makes it better.
Curl should probably loop through those alternatives by itself in the future,
but currently it doesn't.
-- Daniel Stenberg, Software Developer Daniel.Stenberg_at_haxx.nu, +46-705-443177, www.contactor.se/~dast Swedish geeks unite: http://www.haxx.nu/home/Received on 2000-05-02