Skip to content

component/curl: use slapos' ca-certificates

Jérome Perrin requested to merge fix/missing-ca-certificates into master

otherwise curl uses system ca-certificates if the system package is installed and otherwise is not able to verify server certificates, usually being observed in slapos as git refusing to clone with error: SSL certificate problem: unable to get local issuer certificate

Merge request reports