Getting following exception while connecting to Cassandra Cluster withAuthentication:
Exception in thread "main" com.datastax.driver.core.exceptions.AuthenticationException: Authentication error on host /127.0.0.1: SASL Authentication is not supported in version 1 of the protocol at com.datastax.driver.core.Connection.waitForSaslCompletion(Connection.java:203) at com.datastax.driver.core.Connection.initializeTransport(Connection.java:169)
- I am using PasswordAuthenticator and CassandraAuth* in Config file.
- Using default Cassandra account(cassandra/cassandra)