Chris,

On 6.3.2013 7:02, Christopher Schultz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
It seems that Tomcat 6.0.32 (and probably other 6.0.xx versions)
use undocumented attribute for HTTPS connector "protocols". So in
Tomcat 7 you might use:

sslProtocol="TLSv1.1" sslEnabledProtocols="TLSv1.1"

and in Tomcat 6.0.32:

sslProtocol="TLSv1.1" protocols="TLSv1.1"


It works for me.

Can you file a bug for this? That should be a) documented and b)
accept either "protocol" or "sslEnabledProtocols" to make it line-up
with Tomcat 7.0.

Bug report: https://issues.apache.org/bugzilla/show_bug.cgi?id=54691

-Ognjen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to