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 Example: --tls-max 1.2 $URL 11 Example: --tls-max 1.3 --tlsv1.2 $URL 12 --- 13 VERSION defines maximum supported TLS version. The minimum acceptable version 14 is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3. 15 16 If the connection is done without TLS, this option has no effect. This 17 includes QUIC-using (HTTP/3) transfers. 18 19 .RS 20 .IP "default" 21 Use up to recommended TLS version. 22 .IP "1.0" 23 Use up to TLSv1.0. 24 .IP "1.1" 25 Use up to TLSv1.1. 26 .IP "1.2" 27 Use up to TLSv1.2. 28 .IP "1.3" 29 Use up to TLSv1.3. 30 .RE 31