JorgeMaker / InfluxDBWorkBench

InfluxDB WorkBench is a GUI tool for the InfluxDB database written in Java that runs on Windows , Mac OS X and Unix/Linux
MIT License
64 stars 13 forks source link

Use https not working #9

Open pfmdv opened 2 years ago

pfmdv commented 2 years ago

Try to access influx database using https/ssl but not working.

error: Exception in thread "AWT-EventQueue-0" org.influxdb.InfluxDBException: Client sent an HTTP request to an HTTPS server.

connections.json (file)

[{"database":"","password":"xxxxxxxx","iIPAddress":"xxxxxxxx","port":8086,"useSLL":true,"connectionName":"myapp","id":"1653415498432","userName":"xxxxxxxx"}]

env: linux using influxDBWorkBench.jar v1.0 java version - OpenJDK Runtime Environment (build 1.8.0_312-b07)