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

--- Comment #4 from Ralf Hauser <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to