Using RHEL/AL2, curl works when I use the --cacert param, but fails without
When I try to connect to a server I get an error curl: (60) SSL certificate problem: unable to get local issuer certificate.
However when I provide the cert itself from /etc/ssl/certs via --cacert the problem goes away.
I'm not too familiar with certificates but I'd imagine how curl pulls the cert for a specific server is somehow not right.
Any ideas?
/etc/ssl/certs? – Ginnungagap Oct 25 '23 at 04:38