Search code examples
c#azure.net-coreazure-eventhub

Required version of TLS for communication with EventHub


We are currently using EventHubProducerClient from Azure.Messaging.EventHubs 5.1.0.0. Does it support tls 1.2 for communication with EventHub ?


Solution

  • From this article:

    If your Service Bus clients are up to date, you are generally using TLS 1.2.

    As Event Hub is built on top of Service Bus, the same applies - plus the article is already somewhat old.