Solving SSL certificate problem

If you receive an error (60) SSL certificate problem: unable to get local issuer certificate, do the following:

  1. Download the latest cacert.pem file from https://curl.haxx.se/ca/cacert.pem website.
  2. Add the downloaded certificate file to the cURL using the following option:

    --cacert [certificate file name]

Page top