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