Is it possible to configure InfluxDB to listen on two seperate NIC’s, one running a non-SSL encrypted port and the other running a SSL encrypted port?
I have an application that is injecting data into an InfluxDB database that does not support SSL yet. So I’m trying to isolate the systems feeding data into the database to one NIC/port/network, yet be able to access the WebUI over HTTPS on the other NIC.
Running InfluxDB 2.3 on x86 RHEL 8.