laravel-mtn-momo
laravel-mtn-momo copied to clipboard
cURL error 60: SSL certificate problem
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://sandbox.momodeveloper.mtn.com/v1_0/apiuser
It's a known issue with the MTN MM API #25
You can opt out SSL certification verification
app/config/mtn-momo.php
'guzzle' => [
'options' => [
- // 'verify' => false,
+ 'verify' => false,
],
],
Closing this due to inactivity.