A.12 Troubleshooting a Linux SSL Renegotiation

To enable the SSL renegotiation on SLES 11, add the parameter JAVA_OPTS="${JAVA_OPTS} -Dsun.security.ssl.allowUnsafeRenegotiation=true in the configuration file /var/opt/novell/tomcat5/conf/tomcat5.conf if the parameter does not exist. .

Restart Tomcat to enable SSL renegotiation.

To disable the SSL renegotiation on SLES 11, add the parameter JAVA_OPTS="${JAVA_OPTS} -Dsun.security.ssl.allowUnsafeRenegotiation=false in the configuration file /var/opt/novell/tomcat5/conf/tomcat5.conf if the parameter does not exist.

Restart Tomcat to disable SSL renegotiation.