You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaohoward <gi...@git.apache.org> on 2016/04/12 16:28:04 UTC

[GitHub] activemq-artemis pull request: ARTEMIS-478 Improve Openwire SslBro...

GitHub user gaohoward opened a pull request:

    https://github.com/apache/activemq-artemis/pull/458

    ARTEMIS-478 Improve Openwire SslBrokerServiceTest

    Some of the SSL tests in openwire requires to pass in more options like
    enabledCipherSuites. It needs to refactor the test util to allow passing
    of those options to broker.
    And some of the cipher suite is obsolete in recent jre. Meaning they
    are disabled by default for security reasons
    (e.g. SSL_RSA_WITH_RC4_128_SHA). This will cause SSL handshake failure.
    It can be fixed by using a more secure (not disabled) one, like
    TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gaohoward/activemq-artemis apache_master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/458.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #458
    
----
commit fd3d630596e760512b3e41f6ab5174e9b3bb86c4
Author: Howard Gao <ho...@gmail.com>
Date:   2016-04-12T13:25:16Z

    ARTEMIS-478 Improve Openwire SslBrokerServiceTest
    
    Some of the SSL tests in openwire requires to pass in more options like
    enabledCipherSuites. It needs to refactor the test util to allow passing
    of those options to broker.
    And some of the cipher suite is obsolete in recent jre. Meaning they
    are disabled by default for security reasons
    (e.g. SSL_RSA_WITH_RC4_128_SHA). This will cause SSL handshake failure.
    It can be fixed by using a more secure (not disabled) one, like
    TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request: ARTEMIS-478 Improve Openwire SslBro...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/458


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---