curl 需要加上 -k,wget 需要加上 --no-check-certificate
curl -v -k https://amm907.com
wget --no-check-certificate https://amm907.com
OPENSSL_CONF=./openssl_allow_tls1.0.cnf curl -v https://amm907.com
vi openssl_allow_tls1.0.cnf
openssl_conf = openssl_init
[openssl_init]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
CipherString = DEFAULT@SECLEVEL=1
ifconfig -a
看到网卡还在,只是罢工了。
修改配置,加入这两行,重启。
vi /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
# 重启
systemctl restart networking