proxy-ciphers.d 566 B

123456789101112131415161718
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-ciphers
  4. Arg: <list>
  5. Help: SSL ciphers to use for proxy
  6. Added: 7.52.0
  7. Category: proxy tls
  8. Example: --proxy-ciphers ECDHE-ECDSA-AES256-CCM8 -x https://proxy $URL
  9. See-also: ciphers curves proxy
  10. Multi: single
  11. ---
  12. Same as --ciphers but used in HTTPS proxy context.
  13. Specifies which ciphers to use in the connection to the HTTPS proxy. The list
  14. of ciphers must specify valid ciphers. Read up on SSL cipher list details on
  15. this URL:
  16. https://curl.se/docs/ssl-ciphers.html