quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

proxy-ssl-allow-beast.md (880B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: proxy-ssl-allow-beast
      5 Help: Allow this security flaw for HTTPS proxy
      6 Added: 7.52.0
      7 Category: proxy tls
      8 Multi: boolean
      9 See-also:
     10   - ssl-allow-beast
     11   - proxy
     12 Example:
     13   - --proxy-ssl-allow-beast -x https://proxy $URL
     14 ---
     15 
     16 # `--proxy-ssl-allow-beast`
     17 
     18 Do not work around a security flaw in the TLS1.0 protocol known as BEAST when
     19 communicating to an HTTPS proxy. If this option is not used, the TLS layer may
     20 use workarounds known to cause interoperability problems with some older
     21 server implementations.
     22 
     23 This option only changes how curl does TLS 1.0 with an HTTPS proxy and has no
     24 effect on later TLS versions.
     25 
     26 **WARNING**: this option loosens the TLS security, and by using this flag you
     27 ask for exactly that.
     28 
     29 Equivalent to --ssl-allow-beast but used in HTTPS proxy context.