Monday, October 18, 2010

How to enable SSL debugging in java parogram

You can see additional information, such as information about the SSL handshake, by adding jvm option
-Djavax.net.debug=ssl,handshake
-Djavax.net.debug=true
You can verify that this is an SSL mutual authentication by looking at the CertificateRequest during handshake.


If you want to see more debugging information, use the jvm option -Djavax.net.debug=all.


its took me a while to find it  :)
enjoy
Yaniv

No comments:

Post a Comment