Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

artisticre's avatar

cURL error 60: SSL certificate problem: unable to get local issuer certificate

I am using Xampp and using stripe-laravel. I keep getting this error. I have tried this but it is not working. I have restarted the server and even the computer. What else am I missing?

C:\xampp1\php\extras\ssl\cacert.pem

and then add

curl.cainfo = "C:\xampp1\php\extras\ssl\cacert.pem"
C:\xampp1\php\php.ini

0 likes
3 replies
jlrdw's avatar

You did enable mod_ssl?

2 likes
artisticre's avatar

Are you talking about that in the httpd.conf? LoadModule ssl_module modules/mod_ssl.so

yeah I enabled this.

Please or to participate in this conversation.