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
Seeing a lot of this when calling https:// urls with valid certs and the calls fail:
curl: (77) error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
I can bypass it in the meantime by adding --insecure.
--insecure
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Seeing a lot of this when calling https:// urls with valid certs and the calls fail:
I can bypass it in the meantime by adding
--insecure
.The text was updated successfully, but these errors were encountered: