Shadowsocks-libev: obfs-server problem with 3.2.0

Created on 19 Jun 2018  ·  2Comments  ·  Source: shadowsocks/shadowsocks-libev

What version of shadowsocks-libev are you using?

shadowsocks-libev 3.2.0

What operating system are you using?

Ubuntu 16.04

Today I had upgraded my server's shadowsock to 3.2.0 & obfs stopped working. My configuration as follow:

{
    "server":"My IP",
    "server_port":8888,
    "local_port":1080,
    "password":"My Pass",
    "timeout":600,
    "method":"chacha20-ietf-poly1305",
    "plugin":"/usr/local/bin/obfs-server",
    "plugin-opts": "obfs=http"
}

I am using latest version of windows client:

image

Output log from server:

Jun 19 05:38:19 MY IP ss-server[2590]:  2018-06-19 05:38:19 ERROR: failed to handshake with 127.0.0.1: authentication error
Jun 19 05:38:19 MY IP ss-server[2590]:  2018-06-19 05:38:19 [simple-obfs] ERROR: remote recv: Connection reset by peer
Jun 19 05:38:20 MY IP ss-server[2590]:  2018-06-19 05:38:20 ERROR: failed to handshake with 127.0.0.1: authentication error
Jun 19 05:38:20 MY IP ss-server[2590]:  2018-06-19 05:38:20 [simple-obfs] ERROR: remote recv: Connection reset by peer
Jun 19 05:38:49 MY IP ss-server[2590]:  2018-06-19 05:38:49 ERROR: failed to handshake with 127.0.0.1: authentication error
Jun 19 05:38:49 MY IP ss-server[2590]:  2018-06-19 05:38:49 [simple-obfs] ERROR: remote recv: Connection reset by peer
Jun 19 05:38:50 MY IP ss-server[2590]:  2018-06-19 05:38:50 ERROR: failed to handshake with 127.0.0.1: authentication error
Jun 19 05:38:50 MY IP ss-server[2590]:  2018-06-19 05:38:50 [simple-obfs] ERROR: remote recv: Connection reset by peer
Jun 19 05:40:14 MY IP ss-server[2590]:  2018-06-19 05:40:14 ERROR: failed to handshake with 127.0.0.1: authentication error
Jun 19 05:40:14 MY IP ss-server[2590]:  2018-06-19 05:40:14 [simple-obfs] ERROR: remote recv: Connection reset by peer

Any idea in where I am doing mistake?

Note: In my other server I am using older version of shadowsocks-libev & above configuration is working just perfectly.

question

Most helpful comment

Your config is incorrect.

{
"server":"My IP",
"server_port":8888,
"local_port":1080,
"password":"My Pass",
"timeout":600,
"method":"chacha20-ietf-poly1305",
"plugin":"/usr/local/bin/obfs-server",
"plugin_opts": "obfs=http"
}

All 2 comments

Your config is incorrect.

{
"server":"My IP",
"server_port":8888,
"local_port":1080,
"password":"My Pass",
"timeout":600,
"method":"chacha20-ietf-poly1305",
"plugin":"/usr/local/bin/obfs-server",
"plugin_opts": "obfs=http"
}

Thank you @madeye . It's working fine now :)

Was this page helpful?
0 / 5 - 0 ratings