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