There's a Logger [1] in the JSSE provider. I believe if you set the System Property 'jsse' to a list of names defined in the other classes in the provider, it will turn on some logging. For example, -Djsse=engine will turn on the logging in the engine.
Perhaps we should consider implementing this 'javax.net.debug' property. [1] https://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/Logger.java On Mon, Mar 15, 2010 at 11:07 AM, Jean-Sebastien Delfino <jsdelf...@apache.org> wrote: > Hi, > > I'm trying to use -Djavax.net.debug=all to trace and debug an issue in an > SSL/TLS handshake. > > With other JDKs I can trace the exchanged messages, but with Harmony > -Djavax.net.debug=all doesn't seem to produce any output. > > Does Harmony have an equivalent of -Djavax.net.debug=all? > > Thanks > -- > Jean-Sebastien >