Skip to main content
Skip table of contents

curl (60) SSL certificate problem: unable to get local issuer certificate

Issue

When building your Docker images for one of our Developer integrations you get the error curl (60) SSL certificate problem: unable to get local issuer certificate and are unable to successfully build the images.

Solution

This error occurs when a certificate can not be verified. To resolve this, please complete the following steps:

  1. Download the latest cacert.pem file from https://curl.se/docs/caextract.html

  2. Set the environment variable ‘CURL_CA_BUNDLE’ to <path>/cacert.pem

Or

  1. Find the curl-ca-bundle.crt file on your Windows machine. This bundle should be a file included with your latest Windows OS update.

  2. Add “curl-ca-bundle.crt” to your PATH environment variable.

If either of these options do not resolve this error, please open a ticket with Mend Support.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.