This problem occurs when you link with curl. Found the answer on Google, and later also repaired, but do not know what is the reason, there is known to explain ~ ~
Workaround Links:
Https://laracasts.com/discuss ...
I had the exact same but on Windows & xampp. My solution was as simple as: Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it in a: "cacert.pem"Then in your php.ini file insert or edit the following line: curl.cainfo = "[pathtothisfile]\cacert.pem"Problem solved
Reply content:
This problem occurs when you link with curl. Found the answer on Google, and later also repaired, but do not know what is the reason, there is known to explain ~ ~
Workaround Links:
Https://laracasts.com/discuss ...
I had the exact same but on Windows & xampp. My solution was as simple as: Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it in a: "cacert.pem"Then in your php.ini file insert or edit the following line: curl.cainfo = "[pathtothisfile]\cacert.pem"Problem solved