mblackstock / node-red-contrib-influxdb

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

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

Closed peret2000 closed 11 months ago

peret2000 commented 2 years 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 11 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.