cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: tlv1.2 option does not seem to work

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 9 Apr 2014 00:32:20 +0200 (CEST)

On Tue, 8 Apr 2014, Marck Franssen wrote:

> ./curl https://someserver --cacert some.crt --cert some.pem --tlsv1.2 --verbose
>
> Output:
> <cut>
>
> (No mentioning of TLS1.2 anywhere)

There was no mentioning of 1.2 (or any other SSL/TLS version from the
handshake) in the verbose text until we added that for the 7.36.0 release...

> Other command:
>
> ./curl https://someserver --cacert some.crt --cert some.pem --tlsv1.2
> curl: (35) Unknown SSL protocol error in connection to someserver:443

That server didn't want to speak 1.2 then it seems.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-04-09