Closed
Description
The SQL CLI can be started with username:password@host:port
type of command to be able to specify the username and password.
But, if this is done and the authentication fails, the error message is confusing/not true:
ERROR: Cannot communicate with the server elasticc:changeme@localhost:9200. This version of CLI only works with Elasticsearch version v7.0.0-alpha1 [6f1ee76]
Using -d
one can see the true reason as a stack-trace, but the error message is still incorrect.