Hi,
I am wondering if it is possible to write data to influxdb via https? I have a nodejs application which writes data via http, however I want the connection to be more secure and planning to use https.
This is so far I have already done:
- Already created a self-signed certificate and configured influxdb to use https. I think this is already working since grafana can read data to my influxdb via https.
Upon searching on google, I can’t see any documentation regarding writing to influxdb via https. Quering data via https is actually working, I wonder if anyone here already done writing to influxdb via https?
Thank you!
Regards,
Henjoe