Got this error when trying to use a Laravel API package that used Curl:
Curl Error : SSL certificate problem: unable to get local issuer certificate
I am using WAMP (local development) so the solution that worked was this (Let’s assume your PHP version is 7.1.9):
1. Download/save this file: http://curl.haxx.se/ca/cacert.pem into (your wamp
[…]