Cmon someone please help me, i really cant handle this problem anyomore, please
Mar 5, 2017
7
Level 1
cURL error 60: SSL certificate problem: unable to get local issuer certificate
Please help me sove this, i've browse but still have the same error
I've look at this and try http://stackoverflow.com/questions/28858351/php-ssl-certificate-error-unable-to-get-local-issuer-certificate
but still have the same error, what should i do ? set mail ? i've use guzzle/http version 6.2 too
Level 1
So because i using guzzle with ^6.2 Version i must do this :
In xampp\htdocs\simmb\vendor\guzzlehttp\guzzle\src\Client.php
$defaults = [
'allow_redirects' => RedirectMiddleware::$defaultSettings,
'http_errors' => true,
'decode_content' => true,
'verify' => false, //Change true into false
'cookies' => false
];
2 likes
Please or to participate in this conversation.