https://issues.apache.org/bugzilla/show_bug.cgi?id=57102

--- Comment #5 from Konstantin Kolinko <[email protected]> ---
(In reply to Konstantin Kolinko from comment #4)
> How about protocols="TLSv1,TLSv1.1,TLSv1.2" ?
> 
> See bug 54691 for original introduction of sslEnabledProtocols in Tomcat 6.

I see now, r1521514 was wrong as there was no "protocols" setting for Nio in
Tomcat 6. Bio uses "attributes.get("protocols")" in
JSSESocketFactory.initServerSocket(), but Nio has different code with
NioEndpoint.createSSLEngine().

Voted for the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to