Re: Ciphers definitions

2010-02-05 Thread Gary Tully
You might want to have a look at https://issues.apache.org/activemq/browse/AMQ-2384 there is a patch attached that make a first pass at enabling this via properties but it needs more work. Vote for that issue in any event to increase the priority order of it or make it work if you can :-) thanks.

Ciphers definitions

2010-02-04 Thread abarak
Hello, I would like limit the ciphers list on my SSLBrokerService. how should i accomplish that? Thanks in advanced, abarak -- View this message in context: http://old.nabble.com/Ciphers-definitions-tp27456546p27456546.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Ciphers definitions

2010-02-04 Thread Bruce Snyder
On Thu, Feb 4, 2010 at 10:30 AM, abarak alba...@cisco.com wrote: Hello, I would like limit the ciphers list on my SSLBrokerService. how should i accomplish that? The only way to do that is via the javax.net.ssl.SSLServerSocket object's setEnabledCipherSuites method: