blob: b3d665d8b4dcf2eb9d537b67f4a6d1ace2e944f8 (
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-service-name
Arg: <name>
Help: SPNEGO proxy service name
Added: 7.43.0
Category: proxy tls
Multi: single
See-also:
- service-name
- proxy
- proxy-negotiate
Example:
- --proxy-service-name "shrubbery" -x proxy $URL
---
# `--proxy-service-name`
Set the service name for SPNEGO when doing proxy authentication.
|