cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: trouble with SSL URL

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 31 Jan 2005 23:52:01 +0100 (CET)

On Thu, 27 Jan 2005, Daniel Stenberg wrote:

> It seems that 16384 is a very bad match for this particular site/read. This
> indicates:
>
> 1. OpenSSL bugs in this case.

I tested with removing this line from ssluse.c:1331

  SSL_CTX_set_options(connssl->ctx, SSL_OP_ALL);

... and then it runs just fine!

Quote from the SSL_CTX_set_options() man page:

        SSL_OP_ALL
            All of the above bug workarounds.

        It is usually safe to use SSL_OP_ALL to enable the bug workaround
        options if compatibility with somewhat broken implementations is
        desired.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-01-31