You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, im trying running in localhost always give response cURL error 60: SSL certificate problem: unable to get local issuer certifica.... , any solution ? thanks
The text was updated successfully, but these errors were encountered:
$exchange->setOptions([
//Set the request timeout to 60 seconds by default'timeout'=>10,
//https://github.com/guzzle/guzzle'proxy'=>[],
//https://www.php.net/manual/en/book.curl.php'curl'=>[],
]);
proxy and curl
these two parameters can be set to turn off SSL, and you need to check the documentation for details
hi, im trying running in localhost always give response cURL error 60: SSL certificate problem: unable to get local issuer certifica.... , any solution ? thanks
The text was updated successfully, but these errors were encountered: