Socks5 client does not work #5437
Labels
bug
Something isn't working
bug-needs-triage
A bug that needs discussing and triage
needs-triage
qa
Quality Assurance
Describe the issue
Socks5 example setup does not answer curl nor ssh as proxy
Expected behaviour
Answer after running
curl --socks5-hostname 127.0.0.1:1080 https://icanhazip.com
. Instead I seecurl: (28) SSL connection timeout
Stack Traces
Steps to Reproduce
./nym-socks5-client init --id docs-example --use-reply-surbs true --provider Entztfv6Uaz2hpYHQJ6JKoaCTpDL5dja18SuQWVJAmmx.Cvhn9rBJw5Ay9wgHcbgCnVg89MPSV5s2muPV2YF1BXYu@Fo4f4SQLdoyoGkFae5TpVhRVoXCF8UiypLVGtGjujVPf
./nym-socks5-client run --id docs-example
curl --socks5-hostname 127.0.0.1:1080 https://icanhazip.com
./nym-socks5-client add-gateway --id docs-example --set-active
repeat steps 2-4 to check some other gateway. Timeout is the same result, I tried ~20 public nodes, both random and handpicked.
Which area of Nym were you using?
Additional context
Tried it both on my vps (debian) and pc (arch, nym installed with nix). Result is the same. Also on personal machine I tried ssh:
ssh -o "ProxyCommand=nc -X 5 -x 127.0.0.1:1080 %h %p" vps
and gotlogs:
The text was updated successfully, but these errors were encountered: