Hello: When I try this from the command line it works: [root@localhost cassandra]# cqlsh -u testuser -p Welcome123! -k testapp Connected to Test Cluster at 127.0.0.1:9042. [cqlsh 5.0.1 | Cassandra 3.11.10 | CQL spec 3.4.4 | Native protocol v4] Use HELP for help. testuser@cqlsh:testapp>
But through the browser it fails with this error with the same credentials/keyspace: Could not connect to the specified Cassandra keyspace: Underlying connection error: Connect error 'permission denied' I am on CentOS7. The exact same configs works through the browser on Ubuntu 18.04. Any thoughts?