How to enable debug for SSL in R12?
Hi!
In Doc ID 1458189.1 mentioned that I can enable degug using -Djavax.net.debug=ssl. How exacly it can be done?
I've tried update context file for oacore, but no luck:
~~~
<oacore_jvm_start_options oa_var="s_oacore_jvm_start_options">-server -verbose:gc -Xmx512M -Xms128M -XX:MaxPermSize=160M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Dcom.sun.management.jmxremote -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/vis/inst/apps/VIS_visdb11/ora/10.1.3/j2ee/oacore/config/jazn.xml -Djavax.net.debug=all</oacore_jvm_start_options>