小编Ser*_*sin的帖子

SSL:没有替代证书使用者名称匹配 | 新发布的CURL(USN-6237-1)带来痛苦

自从 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)

ssl curl 22.04

7
推荐指数
3
解决办法
5476
查看次数

标签 统计

22.04 ×1

curl ×1

ssl ×1