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