-
Notifications
You must be signed in to change notification settings - Fork 799
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
SSL certificate problem: unable to get local issuer certificate #243
Comments
i think it's caused because you didnt set up your certs for CURL properly |
Hi @Thunder33345 ! |
Yep, that's because you need to set up your cURL certificates properly. Google is your friend here :) |
Download the cacert.pem from here https://curl.haxx.se/docs/caextract.html and change your php.ini to this: curl.cainfo = "<cacert.pem_path>/cacert.pem"; |
Closing this as no response and it doesn't seem directly related to the library but more to PHP instead. If this is not the case, please feel free to re-open / create a new issue. |
PS - happy to accept README PRS highlighting this as an issue for windows users so we can avoid threads like this :) |
Problems with wamp?
The text was updated successfully, but these errors were encountered: