Skip to content

Commit 425199a

Browse files
authored
Merge pull request #207613 from iriaosara/syncCQLSH
sync cqlsh doc
2 parents f4b2705 + c290eb2 commit 425199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra/cassandra-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export SSL_VERSION=TLSv1_2
298298
export SSL_VALIDATE=false
299299
300300
# 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
301+
cqlsh <YOUR_ACCOUNT_NAME>.cassandra.cosmosdb.azure.com 10350 -u <YOUR_ACCOUNT_NAME> -p <YOUR_ACCOUNT_PASSWORD> --ssl --protocol-version=4
302302
```
303303
**Connect with Docker:**
304304
```bash

0 commit comments

Comments
 (0)