Maxime Wiewiora
Maxime Wiewiora
Hello @tjlee, Could you try with this connection string: `jdbc:cassandra:dbaas:///another_datagrip?user=token&password=AstraCS:$$TOKEN$$&secureconnectbundle=/Users/vasilii.chernov/Projects/secure-connect-another-datagrip.zip` It's a little bit confusing to have a successful connection test and a info-level message saying "Connection is invalid"... If...
Hello @tjlee, Sorry for the delay. Thank you for this test. It seems there is some regression in connection to AstraDB (this specific point hasn't been tested for a long...
Hello @tjlee, Applying the changes included in this [commit](https://github.com/ing-bank/cassandra-jdbc-wrapper/commit/e787743f2093323f25e57120e74598d3c413d9d4), I was able to successfully connect to an AstraDB instance using the following simple code snippet with the different connection strings...
Hello @tjlee, Thank you for providing these new logs, I see an interesting error inside them: `java.sql.SQLTransientException: com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2S` I got this issue once during my...
@tjlee Hmmm... we're back to the start. The issue seems to come from `JdbcEngineUtils` producing the error "Connection is invalid". But, since DataGrip is not open-source, I can't provide help...
This issue has been open for a year and is no longer active. Please feel free to reopen it if you receive further information indicating a bug in the driver.
Hello @tjlee, it seems the root cause of this issue has been found, see #85. A fix will be provided soon.
Hello @eddumelendez I think the second option is better. We could add a method like `withSsl` to the `CassandraContainer` allowing the users to activate the ssl flag on `cqlsh` and...
Hello @eddumelendez @kiview I submitted the PR #9419 to fix this issue. I let you review it.
Hello @eddumelendez @kiview, Little up 🙂, I don't know if you think this PR is still useful. If yes, so I let you review as soon as you have time...