NServiceBus.RabbitMQ 10.1.1 and 10.0.2 – Patch releases available

Hi everyone,

We’ve just released NServiceBus.RabbitMQ 10.1.1 and 10.0.2.

Fixed bugs

  • #1596 Remote certificate validation can’t be disabled when accessing the management API

How to know if you are affected

You are affected if you have the RabbitMQ management plugin configured to use a TLS certificate that is not issued by a trusted Certificate Authority.

Symptoms

The following exception is thrown at startup:

Unhandled exception. System.InvalidOperationException: There was a problem accessing the RabbitMQ management API while initializing the transport. See the inner exception for details.
 ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot, InvalidBasicConstraints

When to upgrade

You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.

Where to get it

You can install the new versions of NServiceBus.RabbitMQ from NuGet.

Please read our release policy for more details.