shadowsocks / simple-obfs

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

a simple-obfs bug #52

Open cha1n opened 7 years ago

cha1n commented 7 years ago

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 commented 7 years ago

problem solved!

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

sorry to bother

JonasGroeger commented 5 years ago

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