[
https://issues.apache.org/jira/browse/AMQ-5701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392481#comment-14392481
]
Timothy Bish commented on AMQ-5701:
-----------------------------------
This would of course fail as the transport connection being defined there for
ssl is for OpenWire protocol based clients. You should instead use mqtt+ssl or
mqtt+nio+ssl as the transport connector.
> Invalid TLS Padding data Error
> ------------------------------
>
> Key: AMQ-5701
> URL: https://issues.apache.org/jira/browse/AMQ-5701
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.11.0
> Environment: Ubuntu 12.04 Kernel 3.13, java version
> "1.7.0_72",OpenSSL 1.0.1
> Reporter: Harikrishnan P
>
> <transportConnectors>
>
> <transportConnector name="openwire"
> uri="tcp://0.0.0.0:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600"/>
> <transportConnector name="ssl" uri="ssl://0.0.0.0:8883"/>
> </transportConnectors>
> Tried creating certificates as per the following link:
> https://github.com/rethab/php-stomp-cert-example/blob/master/README.md
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)