influxdb-csharp
influxdb-csharp copied to clipboard
Add option to allow self signed certificate connection
If influxdb server only allows HTTPS with self signed certificate, an SSL connection exception is silently thrown (catch it in CollectorLog.RegisterErrorHandler).
An option to bypass certificate validation could be useful in these cases.