i have created one OS level user and casssandra DB user 'ABC' and tried to access the CQLSH which is ssl enabled.
But when i try to access the same i can see the below error,
$ ./cqlsh -u ABC --ssl /cert.pem ... Traceback (most recent call last): File "/dse-6.7.5/resources/cassandra/bin/dsecqlsh.py", line 510, in <module> cqlsh.main(*cqlsh.read_options(sys.argv[1:], os.environ)) File "/dse-6.7.5/resources/cassandra/bin/cqlsh.py", line 2460, in main encoding=options.encoding) File "/dse-6.7.5/resources/cassandra/bin/dsecqlsh.py", line 342, in __init__ execution_profile = ExecutionProfile(load_balancing_policy=WhiteListRoundRobinPolicy([hostname]), File "/dse-6.7.5/resources/cassandra/bin/../lib/dse-driver-internal-only-2.5.0-48ba59d8.zip/dse-driver-2.5.0-48ba59d8/dse/policies.py", line 420, in __init__ socket.gaierror: [Errno -2] Name or service not known