cfal / shoes

A multi-protocol proxy server written in Rust (HTTP, HTTPS, SOCKS5, Vmess, Vless, Shadowsocks, Trojan, Snell)
MIT License
181 stars 17 forks source link

Getting errors with Snell TCP server #9

Open SanujaNS opened 9 months ago

SanujaNS commented 9 months ago

Hello, I'm getting,

[2023-09-07T17:18:52Z ERROR shoes::tcp_server] (MYIP):5448 finished with error: Custom { kind: InvalidData, error: "failed to setup server stream: open failed for length" }

error when starting snell server with

ciphers. Server works fine with aes-128-gcm cipher. Please look into this. I'm looking forward for a solution. Thank you.

cfal commented 9 months ago

what client are you using?

SanujaNS commented 9 months ago

what client are you using?

Sorry about delayed reply. I'm using Clash as a client. I tried with all clash cores (premium, meta, etc..), getting same error.