自从 CURL https://ubuntu.com/security/notices/USN-6237-1新版本发布以来,我们在 Ubuntu 上遇到了curl命令的问题:
sudo apt update -y && sudo apt install --no-install-recommends -y curl
curl -vvv https://downloads.apache.org/maven/maven-3/3.8.8/binaries/
Run Code Online (Sandbox Code Playgroud)
错误:
* Trying 88.99.95.219:443...
99
* Connected to downloads.apache.org (88.99.95.219) port 443 (#0)
100
* ALPN, offering h2
101
* ALPN, offering http/1.1
102
* CAfile: /etc/ssl/certs/ca-certificates.crt
103
* CApath: /etc/ssl/certs
104
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
105
} [5 bytes data]
106
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
107
} [512 bytes data]
108 …Run Code Online (Sandbox Code Playgroud)