You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
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
}
The text was updated successfully, but these errors were encountered:
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
}
The text was updated successfully, but these errors were encountered: