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