Tag Archives: RequestException in CurlFactory.php line 187: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

SSL error in the stripe payment in Laravel-RequestException in CurlFactory.php line 187: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

paste cacert.pem file into php folder and add the below line in the php.ini and restart server. [XDebug] ;zend_extension = “C:\xampp\php\ext\php_xdebug.dll” ;xdebug.profiler_append = 0 ;xdebug.profiler_enable = 1 ;xdebug.profiler_enable_trigger = 0 ;xdebug.profiler_output_dir = “C:\xampp\tmp” ;xdebug.profiler_output_name = “cachegrind.out.%t-%s” ;xdebug.remote_enable = 0 ;xdebug.remote_handler = “dbgp” ;xdebug.remote_host = “127.0.0.1” ;xdebug.trace_output_dir = “C:\xampp\tmp” curl.cainfo = “C:/xampp/php/cacert.pem”