• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: socks5-basic
5Help: Enable username/password auth for SOCKS5 proxies
6Added: 7.55.0
7Category: proxy auth
8Multi: mutex
9See-also:
10  - socks5
11Example:
12  - --socks5-basic --socks5 hostname:4096 $URL
13---
14
15# `--socks5-basic`
16
17Tells curl to use username/password authentication when connecting to a SOCKS5
18proxy. The username/password authentication is enabled by default. Use
19--socks5-gssapi to force GSS-API authentication to SOCKS5 proxies.
20