You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/07 20:02:00 UTC

[jira] [Work logged] (AMQ-8048) ActiveMQ broker doesn't start with the error : Keystores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory

     [ https://issues.apache.org/jira/browse/AMQ-8048?focusedWorklogId=562045&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-562045 ]

ASF GitHub Bot logged work on AMQ-8048:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Mar/21 20:01
            Start Date: 07/Mar/21 20:01
    Worklog Time Spent: 10m 
      Work Description: charlie-cyf opened a new pull request #618:
URL: https://github.com/apache/activemq/pull/618


   Changes:
   - broker doesn't start because Jetty 9.4.31.v20200723 deprecated SslContextFactory with SslContextFactory$Server, similar issue: https://issues.apache.org/jira/browse/CALCITE-4095
   - replace replace SslContextFactory with SslContextFactory$Server in jetty-demo.xml
   - fix test BrokerXmlConfigStartTest for activemq-security.xml


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 562045)
    Remaining Estimate: 0h
            Time Spent: 10m

> ActiveMQ broker doesn't start with the error : Keystores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-8048
>                 URL: https://issues.apache.org/jira/browse/AMQ-8048
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.16.0
>            Reporter: SEBASTIEN CREPEL
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 5.17.0, 5.15.15, 5.16.2
>
>         Attachments: image.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Hello,
> After an upgrade of ActiveMq from 5.14.5 version to 5.16.0 we occurred an error during the broker starting : Keystores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory (I put a screenshot of the full stack)
> Our keystore contains one certificate with multiple Subject Alternative Names.
> I found a similar issue for Apache Nifi : https://issues.apache.org/jira/browse/NIFI-7730 that was fixed following a Jetty upgrade.
> Also, I found this discussion on Jetty project : [https://github.com/eclipse/jetty.project/issues/4385]
> Best regards,
>  
> Sébastien



--
This message was sent by Atlassian Jira
(v8.3.4#803005)