fw876 / helloworld

GNU General Public License v3.0
3.7k stars 2.66k forks source link

ssrplus无法启动:ssrplus redir tcp error.restart! #1331

Closed ipsumy closed 1 year ago

ipsumy commented 1 year ago

编译LEDE+helloword x86固件安装在虚拟机后无法运行,提示 ssrplus redir tcp error.restart! 并无限重启 日志如下图所示: circle_screenshot_1_OpenWrt - 日志 - LuCI

节点订阅在其他系统中可正常使用,节点信息如下: OpenWrt - 服务器节点 - LuCIpng

主页配置: image

其他配置均为默认

XiaoliChan commented 1 year ago

ssh进入路由器,然后执行ssr-redir,看看能不能跑起来

ipsumy commented 1 year ago

ssh进入路由器,然后执行ssr-redir,看看能不能跑起来 使用SSH执行ssr-redir后显示如下错误: ERROR: Invalid config path.

XiaoliChan commented 1 year ago

使用SSH执行ssr-redir后显示如下错误: ERROR: Invalid config path.

那看来是节点配置文件有问题了

ipsumy commented 1 year ago

使用SSH执行ssr-redir后显示如下错误: ERROR: Invalid config path.

那看来是节点配置文件有问题了

我尝试使用添加配置文件运行‘ssr-redir’后出现如下提示: image

ipsumy commented 1 year ago

查看了openssl版本,猜测与openssl 3删除了MD5支持有关,正在尝试解决... image

ipsumy commented 1 year ago

目前已经成功切换openssl版本为1.1.1w image

编译后运行正常: image

问题解决!

maxjove commented 1 year ago

编译时选择openssl版本吗? 没找到选择项

ipsumy commented 1 year ago

Openwrt 22.03 版本源码中是1.1.1版本,替换相同编译目录下的openssl文件夹 https://github.com/openwrt/openwrt/tree/openwrt-22.03/package/libs/openssl

make clean make download ... 然后编译

sbwml commented 1 year ago

https://github.com/sbwml/YAOF/commit/df0e18404aecccf752840e8051d5771bef4e7b4e

ylmf56 commented 5 months ago

Openwrt 22.03 版本源码中是1.1.1版本,替换相同编译目录下的openssl文件夹 https://github.com/openwrt/openwrt/tree/openwrt-22.03/package/libs/openssl

make clean make download ... 然后编译

你好,本人不是程序员,只知道最基本的几个linux命令, 能不能给个完整的代码参考,整个降级过程代码,直接用那种。

ylmf56 commented 5 months ago

Openwrt 22.03 版本源码中是1.1.1版本,替换相同编译目录下的openssl文件夹 https://github.com/openwrt/openwrt/tree/openwrt-22.03/package/libs/openssl make clean make download ... 然后编译

你好,本人不是程序员,只知道最基本的几个linux命令, 能不能给个完整的代码参考,整个降级过程代码,直接用那种。

因为查了openssl降级教程,还是不会

fun665 commented 3 months ago

哇 厉害啊 被这个问题困扰很久了,终于按照这个方法更换openssl1.1.1版本。解决了!感谢!