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

Any way to automatically update CA cert upon expiry? #132

Open
kARTechnology opened this issue Jan 1, 2021 · 1 comment
Open

Any way to automatically update CA cert upon expiry? #132

kARTechnology opened this issue Jan 1, 2021 · 1 comment

Comments

@kARTechnology
Copy link

Proposal:
I was unable to figure out why my project suddenly stopped sending updated to influxdb.

Current behavior:
Requires manual library update, but library not yet updated as on 02 jan 2021, cert expired 25 dec 2020.

Desired behavior:
Auto update certificate upon expiry

Alternatives considered:
maybe read file from filesystem & web ui for user to upload the cert.

Use case:
to prevent data loss due to connection failure, reduce downtime, user interference, develop, run and keep running.

@vlastahajek
Copy link
Collaborator

@kARTechnology, the most feasible solution seems to be skipping the server certificate validation at all, as I described in your previous issue.

Technically, it may be possible to write some routine that would extract a certificate. But it will definitely require an insecure connection to achieve this. And with that, it is much easier to skip certificate validation.

library not yet updated as on 02 jan 2021, cert expired 25 dec 2020.

Version 3.7.0 brought updated incorporated InfluxDB Cloud CA certificate that should ensure trust for all servers from all InfluxDB Cloud providers (AWS, Azure, GCP).

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

No branches or pull requests

2 participants