DSE version being used: 6.0.13
Java Version:
-bash-4.2$ java -version openjdk version "1.8.0_312" OpenJDK Runtime Environment (build 1.8.0_312-b07) OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
Getting error:
-bash-4.2$ cqlsh `hostname -i` --ssl Connection error: ('Unable to connect to any servers', {'10.136.54.246:9142': error(1, u"Tried connecting to [('10.136.54.246', 9142)]. Last error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:618)")})
Debug message:
-bash-4.2$ cqlsh `hostname -i` --ssl --debug Using CQL driver: <module 'dse' from '/usr/share/dse/cassandra/lib/dse-driver-internal-only-2.11.1.zip/dse-driver-2.11.1/dse/__init__.py'> Using connect timeout: 5 seconds Using 'utf-8' encoding Using ssl: True Attempted to use DSEGSSAPIAuthProvider(service=dse, qops=auth) Attempt failed because: The kerberos library has not been installed Connection error: ('Unable to connect to any servers', {'10.136.54.246:9142': error(1, u"Tried connecting to [('10.136.54.246', 9142)]. Last error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:618)")})