I'm using java to connect via SSL to API and I'm trying do understand what am I doing wrong by debugging it, but where should I look if I use only tests and not tomcat or any other application containers? Before starting doing application calls I do this to enable debug:
System.setProperty("javax.net.debug", "ssl");
Is there any log files in Java's library or console or what? I don't see any logs anywhere. Please help.