From: Daniel Stenberg Date: Sun, 2 Aug 2020 09:20:33 +0000 (+0200) Subject: tls-max.d: this option is only for TLS-using connections X-Git-Tag: curl-7_72_0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ad8d3af4817d5fafbe9fd6166cdcb6e1e56719e;p=thirdparty%2Fcurl.git tls-max.d: this option is only for TLS-using connections Ref: #5763 Closes #5764 --- diff --git a/docs/cmdline-opts/tls-max.d b/docs/cmdline-opts/tls-max.d index b5616f124c..475c12fe81 100644 --- a/docs/cmdline-opts/tls-max.d +++ b/docs/cmdline-opts/tls-max.d @@ -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.