https://issues.apache.org/bugzilla/show_bug.cgi?id=55536
--- Comment #4 from Ralf Hauser <hau...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org