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

a simple-obfs bug

Open cha1n opened this issue 8 years ago • 2 comments

i am using Archlinux, ss-libev was intalled by sudo pacman -S shadowsocks-libev

simple-obfs was installed by

git clone https://github.com/shadowsocks/simple-obfs.git
cd simple-obfs
git submodule update --init --recursive
./autogen.sh
./configure --prefix==/usr && make
sudo make install

ss android apk was download in GOOGLE PLAY

my server config is

    "server":"0.0.0.0",
    "server_port": 443,
    "local_address": "127.0.0.1",
    "password":"password",
    "timeout":300,
    "method":"chacha20-ietf-poly1305",
    "fast_open": true,
    "udp":"false",
    "plugin":"obfs-server",
    "plugin_opts":"obfs=tls",
    "plugin_opts":"failover=127.0.0.1:8443",
    "workers": 1,
    "prefer_ipv6": true

nginx server is runing @ port 8443 now here is the question: i can visit "https://my.domain.com"

but when it failed to connet my server via ss android apk in my cellphone.

it just says connection closed by peer both in my cellphone and server

cha1n avatar Feb 27 '17 11:02 cha1n

problem solved!

i installed the latest simple-obfs from here https://github.com/shadowsocks/simple-obfs-android/releases

sorry to bother

cha1n avatar Feb 27 '17 14:02 cha1n

@cha1n If this issue is resolved you can close the ticket.

JonasGroeger avatar Dec 27 '18 08:12 JonasGroeger