1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-tlsauthtype
5Arg: <type>
6Help: TLS authentication type for HTTPS proxy
7Added: 7.52.0
8Category: proxy tls auth
9Multi: single
10See-also:
11  - proxy
12  - proxy-tlsuser
13Example:
14  - --proxy-tlsauthtype SRP -x https://proxy $URL
15---
16
17# `--proxy-tlsauthtype`
18
19Same as --tlsauthtype but used in HTTPS proxy context.
20