I’m trying out a connection with a Cassandra service that I have running in the cloud.
I’ve tried both via JDBC (big data driver) and via the Adapter for Apache Cassandra.
The adapter just asks for a contact point, but not only do I have a contact point, I also have a username/password and a CA Certificate. There’s nowhere in the configuration on IS that I can use this. Obviously, the connection fails:
[ART.118.5011] Adapter Runtime (Connection): Unable to create new connection prod:thedeal.
com/datastax/driver/core/Cluster$Initializer
The JDBC driver has some more connection properties but the error message isn’t very clear. There’s the option of Trust Store and Key Store but I can’t find any information in the documentation on how to configure my CA Certificate.
Error message here:
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.204] Cannot connect to the database with DataSource class "wm.jdbcx.cassandra.CassandraDataSource40".
[wm][Cassandra JDBC Driver][Cassandra]The server failed to respond to the connection request. Please verify the host and port specified. The non-thrift based Cassandra client port should be used, which on default Cassandra installs is 9042.
Any ideas on how to progress are more than welcome.