2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2016-11-28 07:50:25 +08:00
|
|
|
Long: ssl-allow-beast
|
|
|
|
Help: Allow security flaw to improve interop
|
|
|
|
Added: 7.25.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ssl-allow-beast $URL
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: proxy-ssl-allow-beast insecure
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-28 07:50:25 +08:00
|
|
|
---
|
|
|
|
This option tells curl to not work around a security flaw in the SSL3 and
|
2021-10-31 23:34:44 +08:00
|
|
|
TLS1.0 protocols known as BEAST. If this option is not used, the SSL layer
|
|
|
|
may use workarounds known to cause interoperability problems with some older
|
|
|
|
SSL implementations.
|
2021-08-31 22:37:14 +08:00
|
|
|
|
|
|
|
**WARNING**: this option loosens the SSL security, and by using this flag you
|
|
|
|
ask for exactly that.
|