Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect Outline Server #218

Open
thiras opened this issue Oct 29, 2021 · 1 comment
Open

Unable to connect Outline Server #218

thiras opened this issue Oct 29, 2021 · 1 comment

Comments

@thiras
Copy link

thiras commented Oct 29, 2021

Describe the bug
go-shadowsocks2 fails to connect Outline Server.

To Reproduce

./shadowsocks2-linux -c IP:PORT -password 123456 -socks localhost:1080 -verbose
2021/10/29 18:23:35 tcp.go:18: SOCKS proxy localhost:1080 <-> IP:PORT
2021/10/29 18:23:37 tcp.go:87: proxy 127.0.0.1:35288 <-> IP:PORT <-> google.com:80
2021/10/29 18:24:41 tcp.go:89: relay error: EOF

Same credentials working very well with other clients on both Android and Ubuntu (shadowsocks, Outline Client etc.).

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
@ValdikSS
Copy link

Works fine for me with Outline server.
However, Outline uses chacha20-ietf-poly1305 by default, but go-shadowsocks2 seem to support only chacha20-poly1305 (no ietf version). This creates issues using ss:// uri scheme with -c parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants