我的Ubuntu 16.04系统出现以下问题:
wget
curl
在使用 HTTPS 连接服务器时无限期挂起- 这两个程序都可以很好地运行 HTTP
例如curl
:
curl -vv https://google.com
* Rebuilt URL to: https://google.com/
* Trying 172.217.0.174...
* Connected to google.com (172.217.0.174) port 443 (#0)
* found 127 certificates in /etc/ssl/certs/ca-certificates.crt
* found 513 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
# … timeout after some time
我尝试过的事情:
- 使用以下更新 curl 和 libssl
apt
我该如何诊断这个问题?该系统是一个“服务器”,所以我没有可用的 GUI 来检查浏览器是否支持 TLS。
该计算机是 Intel NUC 6i7kyk。我在该品牌的两台不同计算机上都遇到过此问题,但在其他系统上从未遇到过。