Help in Upcoming TLS changes for Azure Service Bus, Azure Event Hubs, and Azure Relay—action may be required. #41013
Unanswered
yesh-rajawat-robomq
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have recently received an email from azure regarding the upcoming changes for Azure Event Hub, in which they have stated
"To enhance security and provide best-in-class encryption for your data, we’ll require interactions with Azure services to be secured using Transport Layer Security (TLS) 1.2 or later beginning 31 October 2024, when support for TLS 1.0 and 1.1 will end. In addition to continuing support for TLS 1.2, we will enable support for TLS 1.3 for Azure Service Bus and Azure Events Hubs for all traffic except AMPQ traffic on 31 October 2024.
However, TLS 1.3 will be incompatible for Java clients using Java 11+ with Apache Proton-J that has a version older than proton-j-0.31.0. If you have Java clients that are using AMQP or JMS to reach Azure Service Bus or are using AMQP to reach Azure Event Hubs, you'll need to update any instances of Apache Proton-J that have a version older than proton-j-0.31.0.
If your clients already support TLS 1.2 or later and aren’t using Java with AMQP or JMS, no further action is required."
Is there anything that we need to do, as we are using azure-messaging-eventhub sdk to connect and produce and receive data from event hub?
Beta Was this translation helpful? Give feedback.
All reactions