blob: 567254d70a353dce45a2d0cdaf4079dba014d6b0 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: tlsv1.1
4Help: Use TLSv1.1 or greater
5Protocols: TLS
6Added: 7.34.0
7Category: tls
8Example: --tlsv1.1 $URL
9See-also: tlsv1.3 tls-max
10Multi: mutex
11---
12Forces curl to use TLS version 1.1 or later when connecting to a remote TLS server.
13
14In old versions of curl this option was documented to allow _only_ TLS 1.1.
15That behavior was inconsistent depending on the TLS library. Use --tls-max if
16you want to set a maximum TLS version.