xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: tlsv1.0 |
| 4 | Help: Use TLSv1.0 or greater |
| 5 | Protocols: TLS |
| 6 | Added: 7.34.0 |
| 7 | Category: tls |
| 8 | Example: --tlsv1.0 $URL |
| 9 | See-also: tlsv1.3 |
| 10 | Multi: mutex |
| 11 | --- |
| 12 | Forces curl to use TLS version 1.0 or later when connecting to a remote TLS server. |
| 13 | |
| 14 | In old versions of curl this option was documented to allow _only_ TLS 1.0. |
| 15 | That behavior was inconsistent depending on the TLS library. Use --tls-max if |
| 16 | you want to set a maximum TLS version. |