mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
cf65d4237e
Instead output a warning about it and continue with the defaults. These SSL versions are typically not supported by the TLS libraries since a long time back already since they are inherently insecure and broken. Asking for them to be used will just cause an error to be returned slightly later. In the unlikely event that a user's TLS library actually still supports these protocol versions, this change might make the request a little less insecure. Closes #6772
15 lines
324 B
D
15 lines
324 B
D
Short: 3
|
|
Long: sslv3
|
|
Tags: Versions
|
|
Protocols: SSL
|
|
Added:
|
|
Mutexed: sslv2 tlsv1 tlsv1.1 tlsv1.2
|
|
Requires: TLS
|
|
See-also: http1.1 http2
|
|
Help: Use SSLv3
|
|
Category: tls
|
|
---
|
|
This option previously asked curl to use SSLv3, but starting in curl 7.77.0
|
|
this instruction is ignored. SSLv3 is widely considered insecure (see RFC
|
|
7568).
|