Hi,
I am trying to enable SSL in ActiveMQ broker with the following connector
config in activemq.xml
        <transportConnectors>
            
            <transportConnector name="openwire"
uri="tcp://0.0.0.0:1883?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/>
            <transportConnector name="ssl" uri="ssl://0.0.0.0:8883"/>
        </transportConnectors>
*But each time when the client tries to connect via port 8883 with client
certificates , an error similar to the one below occurs :
*

2015-03-30 19:00:58,844 | WARN  | Transport Connection to:
tcp://10.30.9.254:45849 failed: java.io.IOException: Unknown data type: 77 |
org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ
Transport: ssl:///10.30.9.254:45849
2015-03-30 19:00:58,926 | WARN  | Transport Connection to:
tcp://10.30.9.254:45850 failed: javax.net.ssl.SSLHandshakeException: Invalid
TLS padding data | org.apache.activemq.broker.TransportConnection.Transport
| ActiveMQ Transport: ssl:///10.30.9.254:45850

Am pretty much sure that the certificates are well formed.Also am using
apache-activemq-5.11.0 and openssl version 1.0.1.

Kindly help me with the issue am facing .

Thanks 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Invalid-TLS-Padding-data-Error-while-trying-to-connect-ActiveMQ-via-SSL-tp4694099.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to