2 Replies Latest reply on Oct 1, 2017 5:06 PM by danger

    javax.net.debug=all in wildfly

    danger

      I'm trying various SSL configurations in wildfly9.0.2 and wanted to set javax.net.debug=all so that I can get more information.

      We are running in standalone mode with our own standalone.bat file.  I added the following to our version of the

      standalone.conf.bat

       

      rem # ssl and security debugging

      set "JAVA_OPTS=%JAVA_OPTS% -Djavax.net.debug=all -Djava.security.debug=provider"

      If I look in the stdout file that gets written to on startup you see this:

       

       

        JAVA_OPTS: "-Dprogram.name=standalone.bat  -Xms2048m -Xmx2048m -server -XX:+UseParallelGC -Dsun.rmi.dgc.client.gcInterval=18000000 -Dsun.rmi.dgc.server.gcInterval=1800000 -XX:NewRatio=3 -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Djavax.net.debug=all -Djava.security.debug=provider -Djboss.server.default.config=horizon-standalone.xml -Djboss.server.log.dir=C:/Inmedius/Manager60/Data/Logs -Xbootclasspath/p:C:/Inmedius/Manager60/wildfly/modules/org/eclipse/jetty/alpn-boot.jar"

       

      In my logs I will see information on the provider, but I get nothing else.  It's like javax.net.debug is not working.  Wondering if anyone can tell me what I'm doing wrong?