-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
由于访问某些不能访问的网站而崩溃 #410
Comments
@codingfishman 访问新链接会创建证书而且会卡顿,但是大部分链接都是手机后台自动发起的并且不需要,但是也会卡顿,所有能不能跳过那些链接,只选择自己需要的链接加载证书。 |
我的Mac系统上也出现了这个问题,访问一段时间后出现出现如下的异常,不知道是访问了哪个url之后就报错了 |
@EndPoem @liruige01 |
[AnyProxy Log][2018-08-29 19:59:39]: [internal https]proxy server for pagead2.googlesyndication.com established 如上,我是通过anyproxy --intercept 命令启动的,没有修改rule_default.js文件,每次启动都能运行一会,不知道点了哪个链接后就会突然断开了 ,这个是什么原因呢 |
确实会经常莫名其妙抛出异常而导致服务中断 |
attend to fix issue alibaba#370, alibaba#372, alibaba#408 and alibaba#410 according to commit e04bb2b2c80feabbca11f04983e000cd in node, there is no default error event listener for socket, and should provide one by client for error handling.
#427 中一起跟进。刚发布的4.0.13应该已经fix。 |
系统:Windows 10 17134.165
版本:AnyProxy 4.0.5
nodejs 10.7.0
建议:不能处理的url应跳过
描述:访问Google等网站时直接崩溃
[AnyProxy Log][2018-07-31 10:55:18]: Http proxy started on port 8889
[AnyProxy Log][2018-07-31 10:55:18]: web interface started on port 8002
[AnyProxy Log][2018-07-31 10:55:18]: received https CONNECT request play.googleapis.com
[AnyProxy Log][2018-07-31 10:55:18]: will forward to local https server
[AnyProxy Log][2018-07-31 10:55:19]: received https CONNECT request www.google.com
[AnyProxy Log][2018-07-31 10:55:19]: received request to: GET connectivitycheck.gstatic.com/generate_204
[AnyProxy Log][2018-07-31 10:55:19]: will forward to local https server
[AnyProxy Log][2018-07-31 10:55:19]: [internal https]proxy server for www.google.com established
[AnyProxy ERROR][2018-07-31 10:55:19]: got an uncaught exception, is there anything goes wrong in your rule file ?
Error: read ECONNRESET
at TCP.onread (net.js:660:25)
[AnyProxy Log][2018-07-31 10:55:19]: destorying https connection : 127.0.0.1:8051
[AnyProxy Log][2018-07-31 10:55:19]: endding https cltSocket : 127.0.0.1:8051
[AnyProxy Log][2018-07-31 10:55:19]: clearing cache file...
[AnyProxy Log][2018-07-31 10:55:19]: closing webserver...
此问题尤其表现在访问Google服务器上。手机会在后台访问Google来获取当前网络状况且没有选项停止。希望可以指定Anyproxy直接跳过某些网址。
The text was updated successfully, but these errors were encountered: