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
13  - proxy-tlspassword
14Example:
15  - --proxy-tlsauthtype SRP -x https://proxy $URL
16---
17
18# `--proxy-tlsauthtype`
19
20Set TLS authentication type with HTTPS proxy. The only supported option is
21`SRP`, for TLS-SRP (RFC 5054). This option works only if the underlying
22libcurl is built with TLS-SRP support.
23
24Equivalent to --tlsauthtype but used in HTTPS proxy context.
25