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

连接VPN等操作后代理无法使用 #1727

Closed
Cat7373 opened this issue Dec 26, 2015 · 16 comments
Closed

连接VPN等操作后代理无法使用 #1727

Cat7373 opened this issue Dec 26, 2015 · 16 comments

Comments

@Cat7373
Copy link
Contributor

Cat7373 commented Dec 26, 2015

问题同之前的Issue
#1422
#1433

@xxnet
Copy link
Contributor

xxnet commented Dec 26, 2015

​问题又出现了吗?

补丁都在吧

@ghost
Copy link

ghost commented Dec 26, 2015

我是 運行xx-net(全局關閉) 就無法連結VPN、QQ 也出現 無法接收圖片 的情況 不知道是怎麼回事

@xxnet
Copy link
Contributor

xxnet commented Dec 26, 2015

@riumiyama
打开IE的代理设置,看看代理是否真的关闭了

@Memorycn
Copy link

我也是@riumiyama 这种情况,打开xxnet之后貌似系统默认代理就变成xxnet了 Internet选项里关闭了代理 xxnet里也选择了全局关闭 但就是打不开网页(加载非常缓慢) 退出后一切正常了

@xxnet
Copy link
Contributor

xxnet commented Dec 29, 2015

Internet选项里关闭了代理,请截图上来看看。

​另外看看GAE的日志,浏览器的请求是不是到了XX里了?

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 1, 2016

Jan 02 00:22:16.346 - [WARNING] socket accept fail(errno: 10022).
Jan 02 00:22:16.354 - [WARNING] socket accept fail(errno: 10022).
Jan 02 00:22:16.360 - [INFO] restart socket server.
Jan 02 00:22:16.363 - [INFO] restart socket server.
Jan 02 00:22:16.373 - [INFO] server 127.0.0.1:8085 started.
Jan 02 00:22:16.401 - [INFO] server 127.0.0.1:8087 started.

状态页的确是重启成功了,但是 8087 却没有效果,无法通过代理访问网页,XX-Net 也没收到新的代理请求。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 1, 2016

浏览器代理设置也显示 Fail

@xxnet
Copy link
Contributor

xxnet commented Jan 1, 2016

​检查了代码,布丁一直在,但估计上次整理代码时,留下了bug,刚修改了,请测试trunk上的版本

这个问题是在启用VPN之后,本地监听的端口accept会失效。
修改的代码,在重启监听端口之后,把accept线程退出了。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

仍然不行,但是不知为何,看起来 8085 的启动代码跟 8086、8087 并无区别,但 8085 一直没有什么问题,而 8086、8087 却不行。

@xxnet
Copy link
Contributor

xxnet commented Jan 2, 2016

​恩,确实很奇怪,理论上说是没有差别才对

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

我将 296 行的注释取消了,在连接 VPN 后 8085、8086 就再也不会出现这个输出了。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

同时还发现,只有 8086、8087 会出现这个输出,访问 8085 时并不会出现这个输出。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

刚刚想用 burp 做测试。。。
发现以前的破解居然过期了。。。
真是耽误事。。。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

8085 没有新输出的原因应该是 keep-alive 了。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

隐身模式发现,8085同样无法访问。

@Cat7373
Copy link
Contributor Author

Cat7373 commented Jan 2, 2016

问题解决了。。。
稍后Pull

@Cat7373 Cat7373 mentioned this issue Jan 2, 2016
@Cat7373 Cat7373 closed this as completed Jan 2, 2016
xxnet added a commit that referenced this issue Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants