You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Massimo Paladin (JIRA)" <ji...@apache.org> on 2012/10/24 18:20:12 UTC

[jira] [Created] (AMQ-4132) Openwire+nio+ssl require to specify transport.enabledCipherSuites property

Massimo Paladin created AMQ-4132:
------------------------------------

             Summary: Openwire+nio+ssl require to specify transport.enabledCipherSuites property
                 Key: AMQ-4132
                 URL: https://issues.apache.org/jira/browse/AMQ-4132
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Massimo Paladin


Hello,

trying the openwire+nio+ssl connector I noticed that it requires to declare the {{transport.enabledCipherSuites}} connector property or it results in an EOF exception. Is this intended?
It is not the case with the other ssl connectors.

Unit test attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (AMQ-4132) Openwire+nio+ssl require to specify transport.enabledCipherSuites property

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-4132.
-------------------------------

    Resolution: Fixed

Fixed now on trunk.  The cipher suite in play can result in the packets containing the openwire commands to be broken up and the transport wasn't able to properly reassemble them.  Its now able to deal with this, tested several different ciphers and it seems to work fine with them all. 
                
> Openwire+nio+ssl require to specify transport.enabledCipherSuites property
> --------------------------------------------------------------------------
>
>                 Key: AMQ-4132
>                 URL: https://issues.apache.org/jira/browse/AMQ-4132
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 5.7.0
>            Reporter: Massimo Paladin
>            Assignee: Timothy Bish
>             Fix For: 5.8.0
>
>         Attachments: NIOSSLBasicTest.java
>
>
> Hello,
> trying the openwire+nio+ssl connector I noticed that it requires to declare the {{transport.enabledCipherSuites}} connector property or it results in an EOF exception. Is this intended?
> It is not the case with the other ssl connectors.
> Unit test attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AMQ-4132) Openwire+nio+ssl require to specify transport.enabledCipherSuites property

Posted by "Massimo Paladin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Massimo Paladin updated AMQ-4132:
---------------------------------

    Attachment: NIOSSLBasicTest.java
    
> Openwire+nio+ssl require to specify transport.enabledCipherSuites property
> --------------------------------------------------------------------------
>
>                 Key: AMQ-4132
>                 URL: https://issues.apache.org/jira/browse/AMQ-4132
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Massimo Paladin
>         Attachments: NIOSSLBasicTest.java
>
>
> Hello,
> trying the openwire+nio+ssl connector I noticed that it requires to declare the {{transport.enabledCipherSuites}} connector property or it results in an EOF exception. Is this intended?
> It is not the case with the other ssl connectors.
> Unit test attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (AMQ-4132) Openwire+nio+ssl require to specify transport.enabledCipherSuites property

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated AMQ-4132:
------------------------------

          Component/s: Transport
    Affects Version/s: 5.7.0
        Fix Version/s: 5.8.0
             Assignee: Timothy Bish

Seems to be related to what cipher suite is chosen, you can reproduce it by setting the wrong one in the enabledCipherSuite option as well, the default case just shows it right away. 
                
> Openwire+nio+ssl require to specify transport.enabledCipherSuites property
> --------------------------------------------------------------------------
>
>                 Key: AMQ-4132
>                 URL: https://issues.apache.org/jira/browse/AMQ-4132
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 5.7.0
>            Reporter: Massimo Paladin
>            Assignee: Timothy Bish
>             Fix For: 5.8.0
>
>         Attachments: NIOSSLBasicTest.java
>
>
> Hello,
> trying the openwire+nio+ssl connector I noticed that it requires to declare the {{transport.enabledCipherSuites}} connector property or it results in an EOF exception. Is this intended?
> It is not the case with the other ssl connectors.
> Unit test attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira