xref: /curl/docs/cmdline-opts/proxy-tlsuser.md (revision 65651dc0)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-tlsuser
5Arg: <name>
6Help: TLS username for HTTPS proxy
7Added: 7.52.0
8Category: proxy tls auth
9Multi: single
10See-also:
11  - proxy
12  - proxy-tlspassword
13Example:
14  - --proxy-tlsuser smith -x https://proxy $URL
15---
16
17# `--proxy-tlsuser`
18
19Set username for use for HTTPS proxy with the TLS authentication method
20specified with --proxy-tlsauthtype. Requires that --proxy-tlspassword also is
21set.
22
23This option does not work with TLS 1.3.
24