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

Use of TLS-config node also for Influx 1.8-Flux and 2.0 #131

Closed peret2000 closed 8 months ago

peret2000 commented 1 year ago

No matter which influxdb version is configured for the server, the user interface is the same and with the same functionality fot TLS connections

They all use TLS-config node: instancies of InfluxDB class are built with data read from TLS-config node

Also, reject-unauthorized is red from that config node, so it is not needed anymore in influxdb node

I think this is a solution for the question raised in #63

Should you consider it is able to be merged, maybe some examples should be changed

mblackstock commented 8 months ago

Thanks for this, merged to develop branch and made some minor changes. I want to do some more testing but so far looks good.