Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception' with message 'Curl Error : SSL certificate problem: unable to get local issuer certificate #58

Open
polaris0227 opened this issue Apr 25, 2017 · 2 comments

Comments

@polaris0227
Copy link

I've got this error:
Exception' with message 'Curl Error : SSL certificate problem: unable to get local issuer certificate
Please advise.
Thanks.

@madcoda
Copy link
Owner

madcoda commented Apr 27, 2017

You can reference to #14 #32
Basically what you need is to 1) install CA cert properly, or; 2) disable verifying the SSL Cert (not recommended, although it will work)

On CentOS you can install CA Cert by sudo yum install ca-certificates
On Debian/Ubuntu you can install by sudo apt-get install ca-certificates

@LeorentKelmendi
Copy link

@polaris0227 to late to the party, but go to Youtube and find the method get_api and add curl_setopt($tuCurl, CURLOPT_SSL_VERIFYPEER, false);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants