shadowsocks / simple-obfs

A simple obfuscating tool (Deprecated)
GNU General Public License v3.0
2.36k stars 561 forks source link

Current version doesn't work with shadowsocks-libev with plugin mode #174

Open aeroxy opened 6 years ago

aeroxy commented 6 years ago

Running ubuntu 17.04, current version of shadowsocks-libev (master), tried salsa20 and chacha20, using "obfs=http" flag, getting address error (without simple-obfs plugin shadowsocks-libev does work just fine). Not sure how to further debug.

aeroxy commented 6 years ago

Just tried the classic aes-256-cfb too, getting:

2018-02-02 13:28:16 [simple-obfs] ERROR: connect error
2018-02-02 13:28:16 [simple-obfs] ERROR: connect: Cannot assign requested address
fudaguang commented 6 years ago

i have the same problem, ubuntu 14.04 x86. it does work in commad line mode, but not in service mode, the shadowsocks-libev service can not start with the "plugin..." and "plgin_opts..." script. u can try "ln -s /usr/local/bin/obfs-server /usr/bin",after that, the service can start, but obsf still does not work.

fudaguang commented 6 years ago

it does work!!! just "ln -s /usr/local/bin/obfs-server /usr/bin" is ok