• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 Long: tls-max
2 Arg: <VERSION>
3 Tags: Versions
4 Protocols: SSL
5 Added: 7.54.0
6 Requires: TLS
7 See-also: tlsv1.0 tlsv1.1 tlsv1.2 tlsv1.3
8 Help: Set maximum allowed TLS version
9 Category: tls
10 ---
11 VERSION defines maximum supported TLS version. The minimum acceptable version
12 is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
13 
14 If the connection is done without TLS, this option has no effect. This
15 includes QUIC-using (HTTP/3) transfers.
16 
17 .RS
18 .IP "default"
19 Use up to recommended TLS version.
20 .IP "1.0"
21 Use up to TLSv1.0.
22 .IP "1.1"
23 Use up to TLSv1.1.
24 .IP "1.2"
25 Use up to TLSv1.2.
26 .IP "1.3"
27 Use up to TLSv1.3.
28 .RE
29