RE: Specifying security ciphers using SSL connector for activeMQ

2009-08-26 Thread shrisha
Ya , we can definitely do it in the code, there are API's in java on the Socket and the ServerSocket which allow us to enable only specific ciphers. However I tried to catch hold of these sockets used by extending the following classes SSLTransport,SSLTransportServer,SSLtransportFactory,ActiveMQ

RE: Specifying security ciphers using SSL connector for activeMQ

2009-08-26 Thread Mats.Henrikson
> server accepts even Low and Medium strength ciphers , we need to make it > accept only high strength ciphers. Is there a way to specify these ciphers > which should only be accepted in the broker URL as a transport option pt > someway in the connector tag in activemq.xml. I had a look at this (a