proxy-tlsauthtype.md (625B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: proxy-tlsauthtype 5 Arg: <type> 6 Help: TLS authentication type 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 - proxy-tlspassword 14 Example: 15 - --proxy-tlsauthtype SRP -x https://proxy $URL 16 --- 17 18 # `--proxy-tlsauthtype` 19 20 Set 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 22 libcurl is built with TLS-SRP support. 23 24 Equivalent to --tlsauthtype but used in HTTPS proxy context.