proxy-pass.d 372 B

1234567891011
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-pass
  4. Arg: <phrase>
  5. Help: Pass phrase for the private key for HTTPS proxy
  6. Added: 7.52.0
  7. Category: proxy tls auth
  8. Example: --proxy-pass secret --proxy-key here -x https://proxy $URL
  9. See-also: proxy proxy-key
  10. ---
  11. Same as --pass but used in HTTPS proxy context.