AW: Artemis fails to send mqtt will message using mutual TLS

2024-11-18 Thread Gustav, Olaf
Hi Justin, I created ARTEMIS-5163. Thanks! Olaf -Ursprüngliche Nachricht- Von: Justin Bertram Gesendet: Montag, 18. November 2024 16:07 An: users@activemq.apache.org Betreff: Re: Artemis fails to send mqtt will message using mutual TLS Hey, Olaf. Thanks for the report! This looks

Re: Artemis fails to send mqtt will message using mutual TLS

2024-11-18 Thread Justin Bertram
ivemq.apache.org > Betreff: Re: Artemis fails to send mqtt will message using mutual TLS > > Hey, Olaf. Thanks for the report! This looks like a bug to me. I think the > broker should keep track of the connection's cert(s) itself instead of > relying on the connection since when th

Re: Artemis fails to send mqtt will message using mutual TLS

2024-11-18 Thread Justin Bertram
Hey, Olaf. Thanks for the report! This looks like a bug to me. I think the broker should keep track of the connection's cert(s) itself instead of relying on the connection since when the connection is no longer valid the certs are no longer available. Can you open a Jira [1]? Justin [1] https:/

Artemis fails to send mqtt will message using mutual TLS

2024-11-17 Thread Gustav, Olaf
Hi, we are using ActiveMQ Artemis 2.33 as MQTT broker. It runs on jdk-21. Clients are authenticated using mutual TLS. The certificate DN is then used to map to a user and eventually to the configured roles. During testing we discovered, that the provided will message is not sent as expected. W