Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

libQtShadowsocks does not return data #156

Closed
lovewangbo opened this issue Jan 20, 2018 · 1 comment
Closed

libQtShadowsocks does not return data #156

lovewangbo opened this issue Jan 20, 2018 · 1 comment

Comments

@lovewangbo
Copy link

Hi, I config libQtShadowsocks as the instruction. After run it in command line, I test seveval sites including https://www.baidu.com, find that libQtShadowsocks server responses to the request but clients does not receive any data and finally reports error after a long time.

2018-01-20 18:51:39.365 INFO: Initialising cipher: rc4-md5
2018-01-20 18:51:39.522 INFO: Running in server mode.
2018-01-20 18:51:40.037 DEBUG: Listen UDP socket state changed to QAbstractSocket::BoundState
2018-01-20 18:51:40.037 INFO: TCP server listening at 195.x.x.x:xxxx
2018-01-20 18:52:02.773 INFO: Connecting www.baidu.com:443 from 115.x.x.x:xxxx
2018-01-20 18:53:44.637 INFO: Connecting clientservices.googleapis.com:443 from 115.x.x.x:xxxx
2018-01-20 18:54:14.169 DEBUG: Local socket: The remote host closed the connection
2018-01-20 18:54:26.607 DEBUG: Local socket: The remote host closed the connection

The content of config.json file:
{
"server":"195.x.x.x",
"server_port":xxxx,
"local_address":"127.0.0.1",
"local_port":10800,
"password":"xxxxxx",
"timeout":600,
"method":"rc4-md5",
"http_proxy": false,
"auth": false
}

@librehat
Copy link
Contributor

  1. Check if the IP address is correct.
  2. Check your network firewall settings

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

No branches or pull requests

2 participants