diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-02 11:20:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-02 23:24:31 +0200 |
commit | 5ad8d3af4817d5fafbe9fd6166cdcb6e1e56719e (patch) | |
tree | 279e8433e126c0b0cfae88d842965ea8d11a868b /docs/cmdline-opts | |
parent | 2646be0dc0feba9289405baaf7d51c2fc1ac9b72 (diff) | |
download | curl-5ad8d3af4817d5fafbe9fd6166cdcb6e1e56719e.tar.gz |
tls-max.d: this option is only for TLS-using connections
Ref: #5763
Closes #5764
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/tls-max.d | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/tls-max.d b/docs/cmdline-opts/tls-max.d index b5616f124..475c12fe8 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. |