-
Notifications
You must be signed in to change notification settings - Fork 41
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
libsslocal exits too fast(exit code:70) #8
Comments
后台服务启动失败:libsslocal exits too fast(exit code:70) |
-S socks -T tls -C /storage/emulated/0/temp/proxy.crt -C /storage/emulated/0/temp/proxy.key -h aes-256-cfb -j 123 |
看logcat日志关于proxy的 |
07-29 12:36:14.228 21384 23013 V libsslocal: [goproxy]2022/07/29 04:36:14 err : flag 'cert' cannot be repeated |
找到一个错误,-K 写成了 -C,不过还是报错 |
7-29 12:49:26.591 21384 26494 V libsslocal: [goproxy]2022/07/29 04:49:26 err : run service [goproxy-ssplugin:sps] fail, ERR:goproxy-ssplugin servcie fail, ERR: err : open /storage/emulated/0/temp/proxy.crt: permission denied 文件无访问权限,这个不知道怎么解决了,临时文件都不行。 |
鸿蒙2.0 ,不知道怎么root,找不到goproxy插件安装路径 |
HWBLA:/storage/emulated/0/temp $ ls -l |
应该是插件需要向系统申请存储访问权限,ss和goproxy插件都没有看到有存储权限。 |
鸿蒙2.0 shadowsocks 5.2.6(google应用商店版)goproxy插件 1.4 |
参数 使用文件加载协议,可以使用要求格式的文件内容字符串,看手册。 |
可以了,str://密钥字符串 |
显示已经连接,测试失败,收不到数据 |
W libgoproxy-plug: type=1400 audit(0.0:1422362): avc: denied { read } for pid=13744 name="somaxconn" dev="proc" ino=200819859 scontext=u:r:untrusted_app:s0:c157,c256,c512,c768 这个是关键信息,不信任的app |
在系统中看到,ss具有完全的网络访问权限,goproxy插件却没有任何权限。是不是需要申请网络权限呢? |
信任的app应该是系统的设置问题,这个系统不清楚怎么设置。 |
我不是做前端的,不是很了解。我的概念是,app需要什么权限要声明吧,然后系统会让用户选择同意还是不同意;如果app不申请权限,系统就无法设置。我在系统里面就看不到任何权限让我选择同意还是不同意,也看不到允许app使用的任何权限。 |
ss能看到有个相机的权限让我选择允许还是不允许。还有一些权限不能控制,都是允许的。goproxy插件,看不到任何权限。 |
把crt 和 key 文件放到 /storage/emulated/0/temp 目录下。
出现这个错误提示:libsslocal exits too fast(exit code:70) ,请问是什么问题?
The text was updated successfully, but these errors were encountered: