blob: 3a4fda21c62dd2c5e4b3c089d7faa99bed0ab84c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: socks5-gssapi
4Help: Enable GSS-API auth for SOCKS5 proxies
5Added: 7.55.0
6Category: proxy auth
7Example: --socks5-gssapi --socks5 hostname:4096 $URL
8See-also: socks5
9Multi: boolean
10---
11Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy.
12The GSS-API authentication is enabled by default (if curl is compiled with
13GSS-API support). Use --socks5-basic to force username/password authentication
14to SOCKS5 proxies.