You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/01/28 11:34:07 UTC

[Bug 55536] allow to disable Secure Client-Initiated Renegotiation in Java TLS - DOS risk

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

--- Comment #4 from Ralf Hauser <ha...@acm.org> ---
with java8, a per Ivan Ristic's excellent article
http://blog.ivanristic.com/2014/03/ssl-tls-improvements-in-java-8.html, 
adding somewhere even in your application code

System.setProperty("jdk.tls.rejectClientInitiatedRenegotiation", "true");

appears to have the same effect, albeit not thread-safe, but on a jvm-wide
level.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org