public class DebugLogging { public static void main(String[] args) { System.setProperty("javax.net.debug", "ssl"); } }