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
Currently when making a call via curl (Laravel HTTP client) to a valet secured site I get an exception
cURL error 60: SSL certificate problem: self-signed certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://example.test/.....
Would it be possible to add secured site certs to the php curl? Maybe via ini curl.cainfo?
The text was updated successfully, but these errors were encountered:
@MordiSacks Yes, it is interesting one, I will looking into it if we can handle it on php's configuration side,
Sorry, something went wrong.
No branches or pull requests
Currently when making a call via curl (Laravel HTTP client) to a valet secured site I get an exception
Would it be possible to add secured site certs to the php curl?
Maybe via ini curl.cainfo?
The text was updated successfully, but these errors were encountered: