socks5-gssapi.d 526 B

12345678910111213
  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. ---
  10. Tells curl to use GSS-API authentication when connecting to a SOCKS5 proxy.
  11. The GSS-API authentication is enabled by default (if curl is compiled with
  12. GSS-API support). Use --socks5-basic to force username/password authentication
  13. to SOCKS5 proxies.