サーバーに問題があります。ポート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