We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b2705 + c290eb2 commit 425199aCopy full SHA for 425199a
articles/cosmos-db/cassandra/cassandra-support.md
@@ -298,7 +298,7 @@ export SSL_VERSION=TLSv1_2
298
export SSL_VALIDATE=false
299
300
# Connect to Azure Cosmos DB API for Cassandra:
301
-cqlsh <YOUR_ACCOUNT_NAME>.cassandra.cosmosdb.azure.com 10350 -u <YOUR_ACCOUNT_NAME> -p <YOUR_ACCOUNT_PASSWORD> --ssl
+cqlsh <YOUR_ACCOUNT_NAME>.cassandra.cosmosdb.azure.com 10350 -u <YOUR_ACCOUNT_NAME> -p <YOUR_ACCOUNT_PASSWORD> --ssl --protocol-version=4
302
```
303
**Connect with Docker:**
304
```bash
0 commit comments