0 Replies Latest reply on Jul 7, 2011 9:12 AM by tqnguyen

    Servicemix 4.3.1 SSL Context not working properly?

    tqnguyen

      Hello everyone, I would like some assistance on how to properly set up a ssl context.

       

      I created two hot deploy files for the LDAP authorization. I know this works since I have verified it to be working between activemq and the LDAP server in SSL.

       

      However, I am attempting to make it so the

       

      My broker file contains the following:

       

               

       

       

       

      When I set the transport connector to be uri="tcp://0.0.0.0:61618", this seems to working fine communicating with the SSL LDAP server.

       

      This is what I get when the transport connector is set to ssl servicemix.log file:

       

       

      12:50:32,874 | DEBUG | ://0.0.0.0:61618 | TransportConnector               | 58 - org.apache.activemq.activemq-core - 5.4.2.fuse-03-00-SNAPSHOT | Reason: javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

      javax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled.

              at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.checkEnabledSuites(SSLServerSocketImpl.java:310)[:1.6]

              at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:255)[:1.6]

              at org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:280)[58:org.apache.activemq.activemq-core:5.4.2.fuse-03-00-SNAPSHOT]

              at java.lang.Thread.run(Thread.java:662)[:1.6.0_23]