: יום ה, 09 יולי 2015 15:32
To: Shlomi Avihou
Subject: Re: Disabling SSLv3 in embedded web-console jetty
If you are using JDK 8u31 or greater, SSLv3 is disabled by default. The
typical way to disable a cipher is to use the addExcludeProtocols method on
the ssl context factory, such as
If you are using JDK 8u31 or greater, SSLv3 is disabled by default. The
typical way to disable a cipher is to use the addExcludeProtocols method on
the ssl context factory, such as:
sslContextFactory.addExcludeProtocols("SSLv3");
I'm not sure if there is an easy way to do this with a websocket tr
Have you found a solution for this case ?
Thanks !!
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Disabling-SSLv3-in-embedded-web-console-jetty-tp4687156p4698861.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.