blob: fbda3fa1295f170d423989e69d8a370329090f04 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Short: 2
4Long: sslv2
5Tags: Versions
6Protocols: SSL
7Added: 5.9
8Mutexed: sslv3 tlsv1 tlsv1.1 tlsv1.2
9Requires: TLS
10See-also: http1.1 http2
11Help: Use SSLv2
12Category: tls
13Example: --sslv2 $URL
14Multi: mutex
15---
16This option previously asked curl to use SSLv2, but starting in curl 7.77.0
17this instruction is ignored. SSLv2 is widely considered insecure (see RFC
186176).