Skip to content
New issue

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

Allow using a custom trust-anchor/CA bundle #29

Open
ctron opened this issue Mar 31, 2021 · 2 comments
Open

Allow using a custom trust-anchor/CA bundle #29

ctron opened this issue Mar 31, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ctron
Copy link
Member

ctron commented Mar 31, 2021

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.

@ctron ctron added the enhancement New feature or request label Mar 31, 2021
@jbtrystram
Copy link
Member

insecure : do you mean not verify the certificate or use http ?

@ctron
Copy link
Member Author

ctron commented Mar 31, 2021

Use TLS, but not verify any server side certificate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants