"&socket.enabledCipherSuites=..." does not seem to be working.
Am I doing something wrong? Also, I can't seem to use the SSLTransportFactory class (which has a "compositeConfigure" method) in conjunction with the ActiveMQConnection class. Any assistance is greatly appreciated. -mrh mrh wrote: > > According to JSSE, it is possible to specify cipher suites in the > SSLSocket class: > > http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/SSLSocket.html > > Is it possible in the ActiveMQConnectionFactory to access this property so > that we can set the cipher suites for communication with the broker? > > Maybe in the transport options of the URI (for example: > ssl://localhost:port?enabledCipherSuites=...")? > Or in the ActiveMQ.xml file? > Or, even the SSL_OPTS property? > > I'm still trying to understand the Introspection and was curious if this > is possible? > > Thanks, > mrh > -- View this message in context: http://www.nabble.com/How-to-specify-SSL-Ciphers-tp21958278p21981427.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.