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
Hi, thanks for this great cli app, it's very useful.
I see an option to specify custom ca or cert, but..
ca
cert
Is there a way to entirely disable tls verification? says for self-signed certificate or invalid certificate hostname.
2024/04/05 16:42:10 Get "https://aaa.abc.com": tls: failed to verify certificate: x509: certificate is valid for abc.com, not abc.com
Cheers.
The text was updated successfully, but these errors were encountered:
Hi @lakuapik and thanks for your kind words. I can see how that would be useful. Adding a --insecure flag would be the best option imo.
--insecure
Sorry, something went wrong.
rogerwelin
Successfully merging a pull request may close this issue.
Hi, thanks for this great cli app, it's very useful.
I see an option to specify custom
ca
orcert
, but..Is there a way to entirely disable tls verification? says for self-signed certificate or invalid certificate hostname.
Cheers.
The text was updated successfully, but these errors were encountered: