On 04/20/2018 07:41 AM, Lou DeGenaro wrote: > Running Cassandra produces the following error message: > > "SSLv2Hello is not a recognized protocol" > > because the JVM being used does not support SSLv2. The JVM does not > support SSLv2 because "it's a HUGE security risk." > > How does one configure Cassandra to *not* use SSLv2?
See the `server_encryption_options:` and `client_encryption_options:` sections in conf/cassandra.yaml for the `protocol:` and `cipher_suites:` configurations. (Defaults are in comments.) -- Michael --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org For additional commands, e-mail: user-h...@cassandra.apache.org