Pages

Sunday, March 22, 2015

How to enable SSL debug tracing in Weblogic Server?

How to enable SSL debug tracing in Weblogic Server?

Add the following start up options to the start up file startWebLogic.cmd/startWebLogic.sh or startManagedWebLogic.cmd/startManagedWebLogic.sh based on which file is used to start the server to enable SSL debug tracing in Weblogic Server.

JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.debug.DebugSecuritySSL=true -Dweblogic.debug.DebugSSL=true -Dweblogic.StdoutDebugEnabled=true -Dweblogic.log.StdoutSeverityLevel=Debug -Dweblogic.log.LogSeverity=Debug"







4 comments:

  1. Is there a typo on the first parameter? tue should be true?

    ReplyDelete
    Replies
    1. Yes it should be true. Thanks for pointing that. Corrected the same now

      Regards
      Albin I

      Delete
  2. Thanks a lot!!

    :D

    You really help me!

    ReplyDelete
  3. Thanks for the post, Could you please let us know where we have to see the logs for SSL issues after adding the lines in start script and bouncing the server?

    ReplyDelete