有没有人知道错误的原因是什么,以及如何解决?
[root@Linux ~]$ wget https://www.google.com
--2018-10-19 07:46:25-- https://www.google.com/
Resolving www.google.com... 64.233.177.106, 64.233.177.99, 64.233.177.105, ...
Connecting to www.google.com|64.233.177.106|:443... connected.
ERROR: cannot verify www.google.com’s certificate, issued by “/C=US/ST=California/O=Zscaler Inc./OU=Zscaler Inc./CN=Zscaler Intermediate Root CA (zscalertwo.net)/emailAddress=support@zscaler.com”:
Unable to locally verify the issuer’s authority.
To connect to www.google.com insecurely, use ‘--no-check-certificate’.
[root@Linux ~]$有什么建议吗?
发布于 2018-10-19 08:03:46
使用wget --no-check-certificate获取页面,如下所示:
wget --no-check-certificate https://www.google.com网络设备/(转换?)代理/防火墙正在干扰您的请求。
要获得更多数据,请与您当地的关系网人员交谈。
另一种方法是向网络伙伴询问zscaler,并将其安装在Linux中。同样的建议,跟他们谈谈。
https://unix.stackexchange.com/questions/476492
复制相似问题