xref: /curl/docs/cmdline-opts/proxy-pass.md (revision 75763a3e)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-pass
5Arg: <phrase>
6Help: Passphrase for private key for HTTPS proxy
7Added: 7.52.0
8Category: proxy tls auth
9Multi: single
10See-also:
11  - proxy
12  - proxy-key
13Example:
14  - --proxy-pass secret --proxy-key here -x https://proxy $URL
15---
16
17# `--proxy-pass`
18
19Passphrase for the private key for HTTPS proxy client certificate.
20
21Equivalent to --pass but used in HTTPS proxy context.
22