Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-478

Improve Openwire SslBrokerServiceTest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.3.0
    • OpenWire
    • None

    Description

      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

      Attachments

        Activity

          People

            gaohoward Howard Gao
            gaohoward Howard Gao
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: