Re: How to know version of TLS being used

2018-04-20 Thread Rajesh Kishore
Yes that's also the way. On Fri, 20 Apr 2018, 15:55 Ashutosh Kumar, wrote: > Hi , > I am using python. Is capturing traffic using wireshark right way to know > this? > Thanks > Ashutosh > > On Fri, Apr 20, 2018 at 11:11 AM Rajesh Kishore > wrote: > >> If you are using java client , generally to

Re: How to know version of TLS being used

2018-04-20 Thread Ashutosh Kumar
Hi , I am using python. Is capturing traffic using wireshark right way to know this? Thanks Ashutosh On Fri, Apr 20, 2018 at 11:11 AM Rajesh Kishore wrote: > If you are using java client , generally to find what is the protocol and > cipher used , you can configure -Djavax.net.debug=ssl for the

Re: How to know version of TLS being used

2018-04-19 Thread Rajesh Kishore
If you are using java client , generally to find what is the protocol and cipher used , you can configure -Djavax.net.debug=ssl for the java program. You can configure this property either at server /client and redirect the output to some file. You will see message in ssl negotiation something like

How to know version of TLS being used

2018-04-19 Thread Ashutosh Kumar
I have configured client_encryption_options in cassandra.yaml . How do I know which version of TLS is being used? Thanks Ashutosh