Hi team,
when i try to add TLS to the cassandra nodes (for internode communication). I found “MessagingService.java:464 - Starting Encrypted Messaging Service on SSL port 7001” in system.log file. but when i run nodetool status all the other nodes are showing DN
except for the current node (we have 3 node cassandra cluster) 5 node setup.
My cassandra.properties config file contains
conf_cassandra_internode_encryption=all conf_cassandra_keystore=/opt/apigee/customer/application/keystore.jks conf_cassandra_keystore_password=password#### conf_cassandra_truststore=/opt/apigee/customer/application/myTrustStore conf_cassandra_truststore_password=password####
So my question is..
-
Is it possible to add TLS to the cassandra for internode communication
-
If TLS is possible for cassandra what is the configuration file..
Please help me to rectify this issue… Since i didn’t find any other errors in the log file. even in system.log or config.log or apigee-cassandra.log
path to the cassandra.properties file is
/opt/apigee/customer/application/cassandra.properties