openwrt下使用wget出现Failed to allocate uclient context

一.场景重现

  root@OpenWrt:/# wget www.baidu.com
  Downloading 'www.baidu.com'
  Failed to allocate uclient context

 

二.分析

wget不支持https

 

三.解决

wget http://www.baidu.com

posted @ 2018-11-05 12:05  Jello  阅读(4092)  评论(0)    收藏  举报