Database Reference
In-Depth Information
RENEGOTIATION INFO SCSV, TLS ECDH RSA WITH
3DES EDE CBC SHA, TLS ECDH RSA WITH AES 128
CBC SHA,
TLS ECDHE ECDSA WITH AES 256 CBC SHA, TLS
ECDHE ECDSA WITH AES 128 CBC SHA, TLS DHE DSS
WITH AES 256 CBC SHA, TLS RSA WITH AES 128
CBC SHA,
TLS ECDH ECDSA WITH AES 256 CBC SHA, TLS RSA
WITH AES 256 CBC SHA, TLS ECDHE RSA WITH 3DES
EDE CBC SHA, SSL RSA WITH RC4 128 MD5, TLS
DHE DSS WITH AES 128 CBC SHA,
SSI DHF DSS WTTH 3DFS FDF CRC SHA. SSI RSA
WTTH 3DFS FDF CRC SHA1
Here cipher_suites configuration contains all valid protocols, and
it is recommended to keep it as-is while configuring with this applica-
tion.
You may enable require_client_auth to true for client
certificate authentication.
2.
Start the Cassandra server and connect cassandra-cli :
$CASSANDRA_HOME/bin/cassandra-cli -h
127.0.0.1 -p 9160 -ts
/home/impadmin/keys/.truststore -tf
org.apache.cassandra.cli.transport.SSLTransportFactory
-tspw client
Here, -ts , -tf , and -tspw are truststore, transport factory, and truststore pass-
word.
With SSL encryption we can connect to the Thrift client using transport factory and
truststore configuration. Next, we will connect cqlsh with SSL encryption enabled.
Connecting via cqlsh
Search WWH ::




Custom Search