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
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
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
I have configured client_encryption_options in cassandra.yaml .
How do I know which version of TLS is being used?
Thanks
Ashutosh