xref: /curl/docs/cmdline-opts/sslv3.md (revision fe9f68fa)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Short: 3
5Long: sslv3
6Tags: Versions
7Protocols: SSL
8Added: 5.9
9Mutexed: sslv2 tlsv1 tlsv1.1 tlsv1.2
10Requires: TLS
11Help: SSLv3
12Category: tls
13Multi: mutex
14See-also:
15  - http1.1
16  - http2
17Example:
18  - --sslv3 $URL
19---
20
21# `--sslv3`
22
23This option previously asked curl to use SSLv3, but is now ignored
24(added in 7.77.0). SSLv3 is widely considered insecure (see RFC 7568).
25