Re: unable to gossip with peers exception when internode encryption is set to any setting other than 'none'

2019-08-28 Thread Michael Carlise
works as expected. Tomorrow I'll reach out to the slack channel and see if anybody can help/suggest ways to test it; or if anybody is aware of an ongoing issue. On Wed, Aug 28, 2019 at 2:49 PM Michael Carlise wrote: > telnet from node 1 -> node2 7001 (and 7000) works. > > However,

Re: unable to gossip with peers exception when internode encryption is set to any setting other than 'none'

2019-08-28 Thread Michael Carlise
also do md5sum on files from 1 node > in west and 1 node in east. > check ssl port 7001 --- from 1 node in west --> telnet :7001 > (or custom port if you are not using default port) > > On Monday, August 26, 2019, 05:46:19 PM PDT, Michael Carlise > wrote: > > > Subroto - &

Re: unable to gossip with peers exception when internode encryption is set to any setting other than 'none'

2019-08-26 Thread Michael Carlise
com/MarcSelwan> > > * Quick links | *DataStax <http://www.datastax.com> *| *Training > <http://www.academy.datastax.com> *| *Documentation > <http://www.datastax.com/documentation/getting_started/doc/getting_started/gettingStartedIntro_r.html>

Re: unable to gossip with peers exception when internode encryption is set to any setting other than 'none'

2019-08-26 Thread Michael Carlise
The version given by apt is 8u162-b12-1. Which I think corresponds to openJDK-8-162. When I run jrunscript -e 'print (javax.crypto.Cipher.getMaxAllowedKeyLength("RC5") >= 256);' the command returns true. Not sure if that is the best way to verify JCE installed. Michael

unable to gossip with peers exception when internode encryption is set to any setting other than 'none'

2019-08-26 Thread Michael Carlise
I originally opened this issue on stackoverflow ( https://stackoverflow.com/questions/57516660/cassandra-node-to-node-encryption-throws-unable-to-gossip-with-peers-exception ). However, I haven't gotten any responses in over a week. I'm going to post it here and maybe someone will have an idea on