proxy-tlsauthtype.d 368 B

123456789101112
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-tlsauthtype
  4. Arg: <type>
  5. Help: TLS authentication type for HTTPS proxy
  6. Added: 7.52.0
  7. Category: proxy tls auth
  8. Example: --proxy-tlsauthtype SRP -x https://proxy $URL
  9. See-also: proxy proxy-tlsuser
  10. Multi: single
  11. ---
  12. Same as --tlsauthtype but used in HTTPS proxy context.