We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 "
how to ssl disable on localhost?
The text was updated successfully, but these errors were encountered:
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]), ]);
Sorry, something went wrong.
No branches or pull requests
" cURL error 60: SSL certificate problem: self signed certificate in certificate chain "
how to ssl disable on localhost?
The text was updated successfully, but these errors were encountered: