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
In some cases TLS connection might require a custom CA bundle/trust anchor.
mqtt uses --cafile <file> for this, http has --verify <file> …
mqtt
--cafile <file>
http
--verify <file>
drg needs to support this as well.
drg
Also, it would be good to have a --insecure switch … which might come in handy at some point.
--insecure
The text was updated successfully, but these errors were encountered:
insecure : do you mean not verify the certificate or use http ?
insecure
Sorry, something went wrong.
Use TLS, but not verify any server side certificate.
drg stream
No branches or pull requests
In some cases TLS connection might require a custom CA bundle/trust anchor.
mqtt
uses--cafile <file>
for this,http
has--verify <file>
…drg
needs to support this as well.Also, it would be good to have a
--insecure
switch … which might come in handy at some point.The text was updated successfully, but these errors were encountered: