微信关注,获取更多

OpenWrt下如何让wget支持https下载

  • 在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下载

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏