-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hey! I've made an executable that does some API calls. When an endpoint is called, an error is thrown.
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl
-errors.html) for .......
I suppose it has something to do with there being no ca-cert in the package. When fetching the ssl cert location for php with openssl_get_cert_locations() it states that the ssl dir is /ssl/certs but that does not exist.
[
"default_cert_file" => "/ssl/cert.pem"
"default_cert_file_env" => "SSL_CERT_FILE"
"default_cert_dir" => "/ssl/certs"
"default_cert_dir_env" => "SSL_CERT_DIR"
"default_private_dir" => "/ssl/private"
"default_default_cert_area" => "/ssl"
"ini_cafile" => ""
"ini_capath" => ""
]
Does anybody know how to add a ca cert so the bundle has it?
Metadata
Metadata
Assignees
Labels
No labels