当前位置: 主机百科 » 资源 » 技术 » 正文

wget下载https时报错ERROR: The certificate of `xxx' is not trusted的解决办法

wget下载总是出现ERROR: The certificate of `xxx.com' is not trusted.的错误提示,这是提示该网站的证书不被信任,解决这种问题的方法很简单只需要安装证书包就可以了,具体命令如下:

1
  # CentOS系统  yum install -y ca-certificates  # Debian/Ubuntu系统  apt-get install -y ca-certificates

未经允许不得转载:主机百科 » wget下载https时报错ERROR: The certificate of `xxx' is not trusted的解决办法

相关文章