You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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).
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.
The text was updated successfully, but these errors were encountered: