openssl 挂在服务器上

openssl 挂在服务器上

我的服务器有问题。当请求通过 443 端口发出时,命令 wget、curl 和相关命令不起作用。

命令挂起 2-3 分钟,然后说“超时”:

# curl -v google.com:443
* About to connect() to google.com port 443 (#0)
*   Trying 2a00:1450:4009:806::200e...

# openssl s_client -connect facebook.com:443

怎么了?

这是网络接口配置cat /etc/network/interfaces

auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet6 auto
iface eth0 inet static
address 111.22.333.44/24
gateway 111.22.333.1

相关内容