We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System info:
Steps to reproduce:
/usr/bin/influx -ssl -unsafeSsl -import -path influxdb-data.txt
Expected behavior:
Data should be imported by the InfluxDB.
Actual behavior:
Influx CLI reported error:
ERROR: failed to connect to https://localhost:8086
And influxd logs shows:
influxd
[httpd] ::1 - admin [23/Nov/2016:09:46:55 +0000] "GET /ping HTTP/1.1" 204 0 "-" "InfluxDBShell/1.0.2" c503c5a3-b161-11e6-8001-000000000000 18 [run] 2016/11/23 09:46:55 http: TLS handshake error from [::1]:34244: remote error: bad certificate
Additional info:
The importing works if the HTTPS is disabled. I also test it on 1.1.0 and doesn't work either.
The text was updated successfully, but these errors were encountered:
e-dard
No branches or pull requests
Bug report
System info:
Steps to reproduce:
/usr/bin/influx -ssl -unsafeSsl -import -path influxdb-data.txt
Expected behavior:
Data should be imported by the InfluxDB.
Actual behavior:
Influx CLI reported error:
And
influxd
logs shows:Additional info:
The importing works if the HTTPS is disabled. I also test it on 1.1.0 and doesn't work either.
The text was updated successfully, but these errors were encountered: