I have created a ticket in the past about BOSH: #OF-626.
wroot December 15, 2014 at 6:02 PM
Such questions should be directed to the linked forums thread. There is a comment about forcing TLS only connection for clients. You should check then if it reports SSLv3 still being used.
Florian Buchmeier December 15, 2014 at 5:12 PM
Edited
Hi,
While browsing the source code of Openfire I found only two occurences of "SslContextFactory"
The default ports for these services are 7433 (HTTP Bind) and 9091 (Admin Console).
But what about client connections on port 5222 using STARTTLS, do they support SSLv3 as well?
A connection test using a patched version of OpenSSL (see https://rt.openssl.org/Ticket/Display.html?id=2860&user=guest&pass=guest) tells me that SSLv3 is enabled for Client connections on my server. (the used command is: ./openssl s_client -connect myopenfireserver:5222 -ssl3 -starttls xmpp)
Need to disable SSLv3 where ever necessary as per POODLE vulnerability