Skip to content
Snippets Groups Projects

main/curl: add --with-ca-path to curl build

Merged Stan Hu requested to merge stanhu/aports:sh-curl-add-ca-path into master
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

Merge request pipeline #306954 passed

Pipeline: aports

#306955

    Merge request pipeline passed for 5c351910

    Approval is optional

    Merged by Natanael CopaNatanael Copa 2 weeks ago (Mar 14, 2025 11:46am UTC)

    Merge details

    Activity

    Filter activity
    • Approvals
    • Assignees & reviewers
    • Comments (from bots)
    • Comments (from users)
    • Commits & branches
    • Edits
    • Labels
    • Lock status
    • Mentions
    • Merge request status
    • Tracking
  • Natanael Copa added 1 commit

    added 1 commit

    • ef7f1443 - main/curl: add --with-ca-path to curl build

    Compare with previous version

  • Natanael Copa resolved all threads

    resolved all threads

  • Natanael Copa added 77 commits

    added 77 commits

    Compare with previous version

  • Natanael Copa enabled an automatic merge when all merge checks for 5c351910 pass

    enabled an automatic merge when all merge checks for 5c351910 pass

  • merged

  • Please register or sign in to reply
    Loading