错误信息“wget: ssl support not available, please install one of the libustrea”表明你的OpenWRT系统中的wget缺少SSL支持。为了解决这个问题,你需要安装支持SSL的库。 确定可用的SSL库: 在OpenWRT系统中,通常可以使用libustream-openssl或libustream-mbedtls来提供SSL支持。这两个库分别基于OpenSSL和mbedTLS实现SSL...
Now you can use either the manual method or the add-cert.sh script below to install certs into /etc/ssl/certs. Make sure to use openssl from the OpenWrt device because if you try this from your linux PC, you may get a completely different hash for the same exact certificate due to a...
WARNING: updating and opening https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/packages.adb: remote server returned error (try 'apk update') fetch https://downloads.openwrt.org/snapshots/targets/qualcommax/ipq807x/kmods/6.6.67-1-b03a0b3cb6d43ef49e92e30e0d9e6d5f/...
The issue should be fix in openwrt repo but I do feel giving different priority for alternatives is a better practice. packages/net/wget/Makefile Line 52 in ca9c3d1 ALTERNATIVES:=300:/usr/bin/wget:/usr/libexec/wget-ssl Maybe wget-ssl=400 and wget-nossl=300? 1plus-1 mentioned th...
在Openwrt 系统中使用刷新软件包或运行 wget 命令或下载文件时,提示 https:// 形式的 url 不能下载,需添加 SSL 支持。 添加ssl 支持 根据wget 提示,安装一个 libustream-ssl-* library,以及 ca-bundle 和 ca-certificates packages. opkginstall libustream-cyassl ...