cURL error 60: SSL certificate problem
mvzmvcaof opened this issue · 3 comments
mvzmvcaof commented
mvzmvcaof commented
mohamedryan commented
Go to http://curl.haxx.se/ca/cacert.pem and download the pem file and save in your php installation directory ( make sure while saving it retains the extension and not saved as a text file )
Now, open your php.ini file, scroll to the bottom and add the following line:
[cURL]
curl.cainfo="C:\wamp\bin\php\curl\cacert.pem"
Replace C:\wamp\bin\php\curl\cacert.pem with the actual path.
restart apache and if u use a bash not VH then, close laravel serve artisan "Ctrl + c " and open it again
jimkaler commented
i have done what @mohamedryan have said but still getting problem while using NEXMO in laravel