I am developing app to get json data from other site and show in html table in laravel.
I use Guzzle to send request.(stackoverflow question and finally use Guzzle)
when i called request based on http to External API,it's show me correct data!
my problem is:
when i call the HTTPS link to get data in laravel,it goes to ssl error.
some of API addresses just work in HTTPS,
cURL error 60: SSL certificate problem: unable to get local issuer certificate
what can i do?