I am trying to determine what ciphers Openfire uses in TLS-protected chat sessions, and to limit those ciphers to "strong" ciphers (such as those listed by openssl with "-tls HIGH:MEDIUM). The Openfire documentation and the discussion boards are silent about either of these questions...
this is specific to the web interface which uses the jetty web engine
I refered to two links (below) but they do not seem relevent
http://www.mirthproject.org/jira/browse/MIRTH-412
http://docs.codehaus.org/display/JETTY/SSL+Cipher+Suites
Is there any way that the weak ciphers (< 56) be blocked?
I too need to block LOW ciphers. Did anyone find a solution to this?