x icon indicating copy to clipboard operation
x copied to clipboard

Decrypt failed with shadowsocks protocol.

Open fernvenue opened this issue 8 months ago • 0 comments

Hi, I'm using shadowsocks protcol in chain, when the both client side and server side is gost, got this error:

{"handler":"ss","kind":"handler","level":"error","listener":"tcp","local":"[2001:db8::x]:100x,"msg":"chacha20poly1305: message authentication failed","remote":"[2001:db8::x]:100x","service":"shadowsocks""}

After that, I tried to replace the server side from gost to shadowsocks-rust, got this error on shadowsocks-rust:

WARN  tcp handshake failed. peer: [2001:db8::x]:100x, decrypt length failed

And when I replace both the client side and server side from gost to shadowsocks-rust, everythings fine. So I'm wondering is that something wrong with gost's shadowsocks support? Any help will be appreciated.

fernvenue avatar Oct 25 '23 18:10 fernvenue