We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HEAD: 6126d38
Description We need to test that cqlsh works in the SSL mode. It may be enabled by the [ssl] configuration section in the cqlshrc for instance.
[ssl]
cqlshrc
There are a few modes in which it may work in, e.g. validate = false|true. There is a lot of material about how to configure it, e.g. here: https://console.bluemix.net/docs/services/ComposeForScyllaDB/scylla-cqlsh.html#using-cqlsh
validate = false|true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HEAD: 6126d38
Description
We need to test that cqlsh works in the SSL mode.
It may be enabled by the
[ssl]
configuration section in thecqlshrc
for instance.There are a few modes in which it may work in, e.g.
validate = false|true
.There is a lot of material about how to configure it, e.g. here: https://console.bluemix.net/docs/services/ComposeForScyllaDB/scylla-cqlsh.html#using-cqlsh
The text was updated successfully, but these errors were encountered: