Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11593

Re: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?

$
0
0

I believe it can be simply turned off for XMPP socket via admin console, but for Jetty you might need release the patch for

 

HttpBindManager.java

AdminConsolePlugin.java

 

finalSslContextFactory sslContextFactory =newSslContextFactory();

sslContextFactory.addExcludeProtocols("SSLv3");


Viewing all articles
Browse latest Browse all 11593

Trending Articles