]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tls-max.d: this option is only for TLS-using connections
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Aug 2020 09:20:33 +0000 (11:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 2 Aug 2020 21:24:31 +0000 (23:24 +0200)
Ref: #5763
Closes #5764

docs/cmdline-opts/tls-max.d

index b5616f124c4726373bad711a1b5d44c2192f2157..475c12fe81e88d743f9ec25fc40b5f5ad22f6f13 100644 (file)
@@ -10,6 +10,9 @@ Help: Set maximum allowed TLS version
 VERSION defines maximum supported TLS version. The minimum acceptable version
 is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
 
+If the connection is done without TLS, this option has no effect. This
+includes QUIC-using (HTTP/3) transfers.
+
 .RS
 .IP "default"
 Use up to recommended TLS version.