laravel-mtn-momo icon indicating copy to clipboard operation
laravel-mtn-momo copied to clipboard

cURL error 60: SSL certificate problem

Open macdanson opened this issue 2 years ago • 1 comments

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

macdanson avatar Aug 25 '22 07:08 macdanson

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,
      ],
  ],

Guzzle Request Options

mtvbrianking avatar Aug 25 '22 07:08 mtvbrianking

Closing this due to inactivity.

mtvbrianking avatar Nov 12 '22 15:11 mtvbrianking