You have to make sure SSL / HTTPS is enabled. Search for 'wampserver enable ssl error 60' on Google
Jul 10, 2020
4
Level 15
Laravel HTTP - cURL error 60: SSL certificate problem: unable to get local issuer certificate
Hi,
I'm creating a game website with Laravel using this API and I got this message:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
What can I do to fix this?
I already tried the answer on this question on StackOverflow, but it doens't work for me.
I also saw this:
Database name seems incorrect
You're using the default database name laravel. This database does not exist.
Edit the .env file and use the correct database name in the DB_DATABASE key.
But I guess it has nothing to do with my error.
Can anyone please help me?
Thank you! Jeroen
Level 15
Hi @mvd,
I searched the whole internet, and I finally found it:
You have to change two php.ini files
Jeroen
Please or to participate in this conversation.