在OpenWrt中使用wget出现如下信息时,则表示wget不支持https下载:
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificatespackages.
可通过执行以下命令安装相关依赖包解决:
opkg update
opkg install libustream-openssl
opkg install ca-certificates
未经允许不得转载:边缘博客 » OpenWrt下如何让wget支持https下载