mblackstock / node-red-contrib-influxdb

Node-RED nodes to save and query data from an influxdb time series database
Other
64 stars 44 forks source link

[InfluxDB v2.x] Unable to set custom TLS config like with InfluxDB v1.x #135

Open cyberdust2k opened 1 year ago

cyberdust2k commented 1 year ago

I am not sure if this is intentional or not, but a InfluxDB 2.x node is unable to use custom certificates unless I uncheck TLS verification, which is undesirable. It is possible, however, to include the certificate chain with an InfluxDB v1.x node using a custom TLS config.

Unless this by design: Is it possible to include a way to specify a custom TLS configuration with InfluxDB v2.x nodes to achieve parity with InfluxDB v1.x nodes?