main/curl: add --with-ca-path to curl build
All threads resolved!
All threads resolved!
Prior to !69012 (merged), curl automatically set --with-ca-bundle
and
--with-ca-path
to /etc/ssl/cert.pem
and /etc/ssl/certs
, respectively.
However, if --with-ca-bundle
alone is set, then --with-ca-path
will not be set. If an incomplete or wrong CA bundle were provided to
curl, curl would not be able to validate the root certificate even if
the ca-certificates package were installed. This commit effectively
restores the previous behavior by explicitly setting --with-ca-path
.
fixes #16980 (closed)
Edited by Stan Hu
Merge request reports
Activity
assigned to @ncopa
mentioned in issue #16980 (closed)
- Resolved by Natanael Copa
added 77 commits
-
ef7f1443...5f00f810 - 76 commits from branch
alpine:master
- 5c351910 - main/curl: add --with-ca-path to curl build
-
ef7f1443...5f00f810 - 76 commits from branch
enabled an automatic merge when all merge checks for 5c351910 pass
Please register or sign in to reply