> It looks like the stali curl_config.h sets CURL_CA_BUNDLE to > /etc/ssl/certs/ca-certificates.crt[0]. I suspect that this is the > detected location for the cert bundle on the system used to run curl's > configure script.
I overlooked that. > I don't know how it's meant to work on stali, but on my system, I > install cert.pem to /share/libressl/cert.pem, and create a symlink > /etc/ssl/cert.pem -> ../share/libressl/cert.pem, and set > CURL_CA_BUNDLE to /etc/ssl/cert.pem. Works perfectly for me.