InfluxDB client on HTTPS

If you run a influxdb server on HTTPS with self-signed certificate, you can’t connect to it via influx command. You get ERR: Client sent an HTTP request to an HTTPS server.. Run influx command with -ssl -unsafeSsl and it will work.

influx -ssl -unsafeSsl

Leave a Reply

Your email address will not be published. Required fields are marked *