RE: Disabling SSLv3 in embedded web-console jetty

2015-07-13 Thread shlomos
: יום ה, 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

Re: Disabling SSLv3 in embedded web-console jetty

2015-07-09 Thread Christopher Shannon
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

Re: Disabling SSLv3 in embedded web-console jetty

2015-07-08 Thread shlomos
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.