1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: tlsv1.0 5Help: TLSv1.0 or greater 6Protocols: TLS 7Added: 7.34.0 8Category: tls 9Multi: mutex 10See-also: 11 - tlsv1.3 12Example: 13 - --tlsv1.0 $URL 14--- 15 16# `--tlsv1.0` 17 18Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server. 19 20In old versions of curl this option was documented to allow _only_ TLS 1.0. 21That behavior was inconsistent depending on the TLS library. Use --tls-max if 22you want to set a maximum TLS version. 23