Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a simple-obfs bug #52

Open
cha1n opened this issue Feb 27, 2017 · 2 comments
Open

a simple-obfs bug #52

cha1n opened this issue Feb 27, 2017 · 2 comments

Comments

@cha1n
Copy link

cha1n commented Feb 27, 2017

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
Copy link
Author

cha1n commented Feb 27, 2017

problem solved!

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

sorry to bother

@JonasGroeger
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants