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

cURL error 60: SSL certificate problem: self signed certificate in certificate chain #35

Open
thanhuynh4166 opened this issue Jun 5, 2021 · 1 comment

Comments

@thanhuynh4166
Copy link

" cURL error 60: SSL certificate problem: self signed certificate in certificate chain "

how to ssl disable on localhost?

@minchao
Copy link
Owner

minchao commented Jun 5, 2021

You can customize the http client:

ref: https://github.com/guzzle/guzzle/blob/dc87640a8669b278af07f8af6d6147a0b148929c/src/Client.php#L225

new Client([
    'httpClient' => new HttpClient(['verify' => 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

2 participants