Skip to content

Instantly share code, notes, and snippets.

@accasey
Created October 30, 2019 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save accasey/586fdc9ae7e2701446053b379cb6190e to your computer and use it in GitHub Desktop.
Save accasey/586fdc9ae7e2701446053b379cb6190e to your computer and use it in GitHub Desktop.
Enabling SSL Debug for WebLogic
# If you use the IB connector param SSLProtocols , then this will appear in the info. section of IB msglog.html file.
# For the web server, you can add these parameters to the 'JAVA_OPIONS_os' parameter in setEnv.sh/cmd and then check the logs.
# -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Dweblogic.security.SSL.verbose=true -Djavax.net.debug=all
#Here is an example:
SET JAVA_OPTIONS_WIN=-jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Dweblogic.security.SSL.verbose=true -Djavax.net.debug=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment