Investigating SSL Handshaking details in JAVA

Mehdi picture Mehdi · Dec 26, 2012 · Viewed 11.6k times · Source

One of my applications uses socket for making connection for network message handling. It uses https and everything is ok with message handling.

I need to log whatever happens in handshake process for any possible problems in SSL connection handling. Is there any way to do this in java code. Or even Is there any tool to monitor handshaking process.

Development environment is windows server 2003 uses JDK 6.

Answer