Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
Currently cqlsh allows users to connect via SSL to their cassandra cluster via command line.
Nodetool only offers username/password authentication [1], and if users want to use SSL, they need to use jconsole [2]. We should support nodetool connecting via SSL in the same way cqlsh does.
[1] http://wiki.apache.org/cassandra/JmxSecurity
[2] https://www.lullabot.com/blog/article/monitor-java-jmx
[3] http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html