First published on on Feb 23, 2018
To our Azure Relay and Azure Service Bus customers,
Some of you might have seen the below error whenever the Relay and Service Bus service updated its SSL certificate chain.
Unhandled Exception: System.IdentityModel.Tokens.SecurityTokenValidationException: The X.509 certificate CN=servicebus.windows.net is not in the trusted people store. The X.509 certificate CN=servicebus.windows.net chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. A certificate chain could not be built to a trusted root authority .
What this meant was that you could not obtain the intermediate certificate either because you were in a restrictive environment where access to the intermediate cert URL was blocked or you had some connectivity issues.
We have good news though! We have https://www.nuget.org/packages/WindowsAzure.ServiceBus/4.1.7 which resolves the issue for Relay and Service Bus.
We hope you continue to update to the latest packages as this is a great way to avoid issues from cert changes in the future.
Happy Messaging!
--Relay Out--
To our Azure Relay and Azure Service Bus customers,
Some of you might have seen the below error whenever the Relay and Service Bus service updated its SSL certificate chain.
Unhandled Exception: System.IdentityModel.Tokens.SecurityTokenValidationException: The X.509 certificate CN=servicebus.windows.net is not in the trusted people store. The X.509 certificate CN=servicebus.windows.net chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. A certificate chain could not be built to a trusted root authority .
What this meant was that you could not obtain the intermediate certificate either because you were in a restrictive environment where access to the intermediate cert URL was blocked or you had some connectivity issues.
We have good news though! We have https://www.nuget.org/packages/WindowsAzure.ServiceBus/4.1.7 which resolves the issue for Relay and Service Bus.
We hope you continue to update to the latest packages as this is a great way to avoid issues from cert changes in the future.
Happy Messaging!
--Relay Out--
Updated Mar 15, 2019
Version 2.0JustinConway
Copper Contributor
Joined March 08, 2019
Messaging on Azure Blog
Follow this blog board to get notified when there's new activity