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

How to run in local windows environment? #2

Closed
ghost opened this issue Sep 21, 2020 · 2 comments
Closed

How to run in local windows environment? #2

ghost opened this issue Sep 21, 2020 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Sep 21, 2020

I am a novice programmer and I am trying to get this to work. Is there a way to disable this SSL check or whatever is going on for my local environment?

Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in [...]\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 201
@qferr
Copy link
Owner

qferr commented Sep 24, 2020

Hi @jayhybrid. Did you check out the issue on guzzle/guzzle#1935 ? There are some good feedback.

@qferr qferr added the question Further information is requested label Sep 24, 2020
@qferr qferr self-assigned this Sep 24, 2020
@ghost
Copy link
Author

ghost commented Sep 25, 2020

Thanks a bunch! This helped me.

For anybody coming here with the same problem, this is the comment (guzzle/guzzle#1935 (comment)) that did the trick for me.

Download the latest cacert.pem from https://curl.haxx.se/ca/cacert.pem
Add the following line to php.ini:
curl.cainfo="/path/to/downloaded/cacert.pem"

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant