aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-ciphers.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/proxy-ciphers.d')
-rw-r--r--docs/cmdline-opts/proxy-ciphers.d18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/cmdline-opts/proxy-ciphers.d b/docs/cmdline-opts/proxy-ciphers.d
deleted file mode 100644
index 5879f397e..000000000
--- a/docs/cmdline-opts/proxy-ciphers.d
+++ /dev/null
@@ -1,18 +0,0 @@
-c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-SPDX-License-Identifier: curl
-Long: proxy-ciphers
-Arg: <list>
-Help: SSL ciphers to use for proxy
-Added: 7.52.0
-Category: proxy tls
-Example: --proxy-ciphers ECDHE-ECDSA-AES256-CCM8 -x https://proxy $URL
-See-also: ciphers curves proxy
-Multi: single
----
-Same as --ciphers but used in HTTPS proxy context.
-
-Specifies which ciphers to use in the connection to the HTTPS proxy. The list
-of ciphers must specify valid ciphers. Read up on SSL cipher list details on
-this URL:
-
-https://curl.se/docs/ssl-ciphers.html