simple-obfs icon indicating copy to clipboard operation
simple-obfs copied to clipboard

Connection reset by peer?

Open starzou opened this issue 8 years ago • 2 comments

2017-10-14 13:15:17 INFO: plugin "obfs-local" enabled 2017-10-14 13:15:17 INFO: initializing ciphers... aes-256-gcm 2017-10-14 13:15:17 INFO: listening at 127.0.0.1:1086 2017-10-14 13:15:17 [simple-obfs] INFO: obfuscating enabled 2017-10-14 13:15:17 [simple-obfs] INFO: obfuscating hostname: www.bing.com 2017-10-14 13:15:17 [simple-obfs] INFO: tcp port reuse enabled 2017-10-14 13:15:17 [simple-obfs] INFO: listening at 127.0.0.1:60140 2017-10-14 13:30:24 [simple-obfs] ERROR: remote_recv_cb_recv: Connection reset by peer 2017-10-14 13:36:32 [simple-obfs] ERROR: remote_recv_cb_recv: Connection reset by peer

SS config: { "method": "aes-256-gcm", "plugin": "obfs-local", "plugin_opts": "obfs=http;obfs-host=www.bing.com" }

Version: shadowsocks-libev 3.1.0 simple-obfs 0.0.3

starzou avatar Oct 14 '17 05:10 starzou

Any ideas?

starzou avatar Oct 14 '17 05:10 starzou

use non-standard port like 80 or 443, recent GFW are more strict, I think it will block 80/443 traffic for some IP blocks (I've a vps is blocked on port 80/443 even with a normal nginx/https setup, but high port like 8080/8443 is OK) .

bash99 avatar Oct 23 '17 04:10 bash99