Java SSL trace
Java™ SSL is used by the RSE server. The RSE daemon uses GSK SSL (also known as System SSL).
Set the following variables in
rsed.envvars:_RSE_JAVAOPTS=“$_RSE_JAVAOPTS -Djavax.net.debug=true”
_RSE_JAVAOPTS=“$_RSE_JAVAOPTS -Denable.standard.log=true”The output is written to stdout, so enable.standard.log must be
set to trap it. The trapped output will go to /var/zexpl/logs/stdout.n.log ( where
n=1, 2, 3, ...).