虚拟机 CentOS 不能访问 HTTPS 地址

发布于 2022-09-12 13:09:33 字数 1881 浏览 31 评论 0

访问 HTTP 是正常的:

[root@localhost ~]# wget http://www.baidu.com
--2020-10-28 18:00:30--  http://www.baidu.com/
Resolving www.baidu.com (www.baidu.com)... 180.101.49.12, 180.101.49.11
Connecting to www.baidu.com (www.baidu.com)|180.101.49.12|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://172.28.3.10/webAuth/index.htm?www.baidu.com/ [following]
--2020-10-28 18:00:30--  http://172.28.3.10/webAuth/index.htm?www.baidu.com/
Connecting to 172.28.3.10:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3995 (3.9K) [text/html]
Saving to: ‘index.html.1’

index.html.1                                    100%[==============>]   3.90K  --.-KB/s    in 0s      

2020-10-28 18:00:31 (419 MB/s) - ‘index.html.1’ saved [3995/3995]

访问 HTTPS 异常:

[root@localhost ~]# wget https://www.baidu.com
--2020-10-28 18:05:07--  https://www.baidu.com/
Resolving www.baidu.com (www.baidu.com)... 180.101.49.11, 180.101.49.12
Connecting to www.baidu.com (www.baidu.com)|180.101.49.11|:443... failed: Connection timed out.
Connecting to www.baidu.com (www.baidu.com)|180.101.49.12|:443... 

防火墙和 iptables 都已经停了

[root@localhost ~]# systemctl status firewalld.service 
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:firewalld(1)
[root@localhost ~]# systemctl status iptables.service 
● iptables.service - IPv4 firewall with iptables
   Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled; vendor preset: disabled)
   Active: inactive (dead)

总感觉是网络策略的问题, 但是对 Linux 不精通, 不知道真正问题出在哪里

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

林空鹿饮溪 2022-09-19 13:09:33

由于我是通过 WindowsHyper-v 虚拟机装的 CentOS8, 使用的是默认虚拟交换机(Default Switch), 不能访问 HTTPS, 具体原因我也不清楚....

(临时)解决办法

就是创建一个新的虚拟交换机(内部), 并共享网络给他, 虚拟机使用这个网络.

猫性小仙女 2022-09-19 13:09:33

试试
wget --no-check-certificate https://path

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文