dev/java

[eclipse] SSL debug LOG

pearlab 2023. 3. 29. 13:19

View ssl detail log at Client

Helpful when you have handshake problems.

 

Run Configuations -> arguments tab -> VM arguments

SSL Log arguments:

-Djavax.net.debug=ssl:handshake:data:verbose:trustmanager

 

Run Configuations