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