shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.45k stars 1.39k forks source link

support AES-256-CFB Cipher ? #156

Closed LockGit closed 4 years ago

LockGit commented 4 years ago

linux system

go-shadowsocks2 -s 'ss://AES-256-CFB:password@:18282' -verbose

does not support AES-256-CFB Cipher server ?

when I use ss client to connect it , have some error like this:

tcp.go:116: failed to get target address: SOCKS error: 8
tcp.go:116: failed to get target address: SOCKS error: 8
tcp.go:116: failed to get target address: SOCKS error: 8

It's can't work !

riobard commented 4 years ago

All stream ciphers are obsoleted and will be removed soon.

LockGit commented 4 years ago

All stream ciphers are obsoleted and will be removed soon.

but my mobile client only support AES-256-CFB ciphers , I don't know how to deal with that.

riobard commented 4 years ago

Most clients support AEAD ciphers now. Use another client or ask the client developer to upgrade.

LockGit commented 4 years ago

I am in China, You know, I can't download any proxy tools on the appstore in China.

at 2019-10-23 13:13:03 , I use support AES-256-CFB ciphers server like shadowsocks-go . Although it has been Deprecated 😭