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

[FEAT] Allow insecure certificates on InfluxDB #441

Merged
merged 3 commits into from
Feb 9, 2023

Conversation

SaswatPadhi
Copy link
Contributor

Fixes #440.

This change allows users to skip TLS certificate verification on their InfluxDB server, if they wish to do so, for instance when using self- signed certificates.

Without this change, scrutiny failed to start and paniced with a x509: certificate signed by unknown authority error.

This change allows users to skip TLS certificate verification on their
InfluxDB server, if they wish to do so, for instance when using self-
signed certificates.
Without this change, scrutiny failed to start and paniced with a
`x509: certificate signed by unknown authority` error.
@AnalogJ
Copy link
Owner

AnalogJ commented Feb 7, 2023

this is great, thanks 🎉

@AnalogJ
Copy link
Owner

AnalogJ commented Feb 7, 2023

Hey @SaswatPadhi can you fix the backend tests? You can ignore the frontend failure.

@SaswatPadhi
Copy link
Contributor Author

Ah I didn't run those locally.

Just pushed a change, hoping that covers all the failures ...

@SaswatPadhi
Copy link
Contributor Author

Hi @AnalogJ, looks like the backend issues are fixed.

@AnalogJ AnalogJ merged commit e4bbe8c into AnalogJ:master Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Disable InfluxDB certificate verification
2 participants