summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-pass.md
blob: 88cefd54c8947836cad34ecc0897970c0d8d5ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-pass
Arg: <phrase>
Help: Passphrase for private key for HTTPS proxy
Added: 7.52.0
Category: proxy tls auth
Multi: single
See-also:
  - proxy
  - proxy-key
Example:
  - --proxy-pass secret --proxy-key here -x https://proxy $URL
---

# `--proxy-pass`

Passphrase for the private key for HTTPS proxy client certificate.

Equivalent to --pass but used in HTTPS proxy context.