You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a cluster using the following: ccm create --pwd-auth test --version 4.1.4 --nodes 1 --debug --start
When I try to connect in a Python integration test using the Cassandra default username and password (cassandra/cassandra), I receive the error:
cassandra.cluster.NoHostAvailable: ('Unable to connect to any servers', {'127.0.0.1:9042': AuthenticationFailed('Failed to authenticate to 127.0.0.1:9042: Error from server: code=0100 [Bad credentials] message="Provided username cassandra and/or password are incorrect"')})
I have created a cluster using the following:
ccm create --pwd-auth test --version 4.1.4 --nodes 1 --debug --start
When I try to connect in a Python integration test using the Cassandra default username and password (cassandra/cassandra), I receive the error:
My connection code is as follows:
What are the default credentials? How am I supposed to authenticate to the cluster?
The text was updated successfully, but these errors were encountered: