aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-tlsauthtype.md
blob: 067e4c59888c84a1eabd7edb574e3d7c84a9176e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-tlsauthtype
Arg: <type>
Help: TLS authentication type for HTTPS proxy
Added: 7.52.0
Category: proxy tls auth
Multi: single
See-also:
  - proxy
  - proxy-tlsuser
Example:
  - --proxy-tlsauthtype SRP -x https://proxy $URL
---

# `--proxy-tlsauthtype`

Same as --tlsauthtype but used in HTTPS proxy context.