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