cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Can't use curl with TLSv1.2 (OpenSSL)

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 16 Oct 2013 23:58:34 +0200 (CEST)

On Wed, 16 Oct 2013, Steve Holme wrote:

> I've just pushed my take on a fix - any comments / suggested improvements
> would be welcome.

My only objection is that it now says "Unsupported cipher version" while it
really is the SSL protocol version that's unsupported. I think the closest
error code for that would be to have it like:

     failf(data, "Unsupported SSL protocol version");
     return CURLE_SSL_CONNECT_ERROR;

It's not really a connect error but it is at least related.

Comments?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-10-16