http://activemq.apache.org/websockets.html
Scroll down to the Secure web socket part and you should be able to configure your Ssl context using those instructions, including specifying the ciphers you want to use. I think the available cipher suite depends on the version of the JDK you are using. On Tue, Sep 15, 2015 at 2:35 PM, ArturoBelano <[email protected]> wrote: > Let me expand on this issue a bit > > I believe this is related to the cipher suite, but I'm A) not finding using > the right cipher suite or B) configuring it in the wrong area of Apache > Activemq. Currently, I've been adjusting the configuration of ssl in > transport connector in activemq.xml( > http://activemq.apache.org/ssl-transport-reference.html). However, I know > that activemq uses a jetty server and i'm wondering if I should be > configuring the suite in jetty.xml a la How to config local Jetty ssl to > avoid weak phermeral DH key error?. So, my questions are, is this the right > approach? If so, what's the correct cipher suite for activemq? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Diffie-Hellman-Key-error-tp4701997p4702019.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
