proxy-pass.d 373 B

123456789101112
  1. c: Copyright (C) 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. Multi: single
  11. ---
  12. Same as --pass but used in HTTPS proxy context.