Disable TLS renegotiation
843811Feb 16 2010 — edited Mar 11 2010hi,
I'm using SunPKCS11 provider which is associated with NSS (NSS version 3.12.5).
the SunPKCS11 provider is configured to be used as the provider of a Tomcat server.
SSL/TLS renegotiation is disabled by default in NSS 3.12.5, but i'm still getting indication that the TLS renegotiation is enabled. (using Nessus tool)
how should i configure Tomcat or Sun provider to use NSS capability to disable the SSL/TLS renegotiation?
should i use Mozilla's JSS socket within my Tomcat's socket factory to achieve that?
Is there other way to disable TLS renegotiation in JSSE
Thanks,
abarak