wanghongenpin / network_proxy_flutter

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems
Apache License 2.0
4.91k stars 388 forks source link

[Android] frpc内网穿透工具抓包失败 #171

Closed ghost closed 1 month ago

ghost commented 1 month ago

描述错误(Describe the bug) 已安装HTTPS证书,而且也在Termux中进行了add-trusted-certificate。 不过一但开始抓包,frpc(一个内网穿透软件)就不能运行了。IO Deadline To Reproduce 重现行为的步骤: 如具体应用抓包失败,请说明软件名称以及具体操作页面 抓包失败:Termux(可以正常抓curl) apt update报错(我操作失误,没写入cert.pem只写入了certs文件夹,不是本软件BUG) frpc(一个内网穿透软件)也会报错

2024-03-27 19:33:17.052 [I] [sub/root.go:142] start frpc service for config file [./frpc.ini]
2024-03-27 19:33:17.054 [I] [client/service.go:294] try to connect to server...
2024-03-27 19:33:27.544 [W] [client/service.go:297] connect to server error: i/o deadline reached
2024-03-27 19:33:27.546 [I] [sub/root.go:160] frpc service for config file [./frpc.ini] stopped
login to the server failed: i/o deadline reached. With loginFailExit enabled, no additional retries will be attempted

*屏幕截图(Screenshots) Screenshot_20240327_194302