• caglararli@hotmail.com
  • 05386281520

Identify SSL version and cipher suite

Çağlar Arlı      -    15 Views

Identify SSL version and cipher suite

We have a Java application running on a Linux server and we are transmitting some files using a third party Java library which uses HTTPS internally to connect to external servers. These are legacy libraries and we have only .jar files.

How can I identify which SSL/TLS version is being used by this library? Is there a way to monitor the TCP traffic on my Linux machine to track SSL headers?