summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-tlsv1.md
blob: 7b322e3a32de908471a025749b0a7c4e930232c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: proxy-tlsv1
Help: TLSv1 for HTTPS proxy
Added: 7.52.0
Category: proxy tls auth
Multi: mutex
See-also:
  - proxy
Example:
  - --proxy-tlsv1 -x https://proxy $URL
---

# `--proxy-tlsv1`

Use at least TLS version 1.x when negotiating with an HTTPS proxy. That means
TLS version 1.0 or higher

Equivalent to --tlsv1 but for an HTTPS proxy context.