Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-8010

SSL for Web Console is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.16.0
    • None
    • Web Console
    • None

    Description

      After enable SSL SecureConnector in jetty.xml browser return only following error (tested of Google Chrome + FireFox) :

      ERR_SSL_VERSION_OR_CIPHER_MISMATCH

      In past was working same config with version 5.15.11

      example config:

      <bean id="SecureConnector" class="org.eclipse.jetty.server.ServerConnector">
      <constructor-arg ref="Server" />
      <constructor-arg>
      <bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory">
      <property name="keyStorePath" value="${activemq.home}/ssl/keystore.jks" />
      <property name="keyStorePassword" value="password" />
      </bean>
      </constructor-arg>
      <property name="port" value="8162" />
      </bean>

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            silhano Zdenek Silhan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: