go-shadowsocks2
go-shadowsocks2 copied to clipboard
Can't run in client mode: tcp.go:67: failed to get target address: SOCKS error: 8
Describe the bug Doesn't work in client mode.
To Reproduce
- open console 1 and run in server mode:
c:\app\shadowsocks2-win64.exe -s ss://AEAD_CHACHA20_POLY1305:pass@:465 -udp
- open console 2 and run in client mode:
c:\app\shadowsocks2-win64.exe -c ss://AEAD_CHACHA20_POLY1305:[email protected]:465 -socks :10802 -verbose -u
- set proxy to socks5 port 10802 and try to navigate to google.com
- see
tcp.go:67: failed to get target address: SOCKS error: 8
in console 2 - browser can't navigate
- other ss-clients works fine with server running as on 1st step
Expected behavior must work
Desktop (please complete the following information):
- OS: Windos 7 64bit
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
@dimzon I have the same problem as you I am faced with the same problem with you, i debug and find the it can't resolve the data recived from socket in right way . because it reuse the buf array , i think the client code might never be tested in mac windows and linux 。
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。