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