I am trying to add install modules to a test Drupal site however I keep getting the following error: Failed to fetch file due to error "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)" Unable to retrieve Drupal project from https://www.drupal.org/project/ctools/releases/8.x-3.4.
Things I have tried so far:
- Installing Different modules
- Downloading the latest cacert.pem file and putting it in the following folder: C:\wamp64\bin\php
- Updating the php.ini file with: curl.cainfo = "c:/wamp64/bin/php/cacert.pem"