• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: proxy-insecure
5Help: Do HTTPS proxy connections without verifying the proxy
6Added: 7.52.0
7Category: proxy tls
8Multi: boolean
9See-also:
10  - proxy
11  - insecure
12Example:
13  - --proxy-insecure -x https://proxy $URL
14---
15
16# `--proxy-insecure`
17
18Same as --insecure but used in HTTPS proxy context.
19