influxdata / influxdb-csharp

A .NET library for efficiently sending points to InfluxDB 1.x
Apache License 2.0
199 stars 60 forks source link

Add option to allow self signed certificate connection #67

Open cvalerio opened 5 years ago

cvalerio commented 5 years ago

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.