与 EventHub 通信所需的 TLS 版本
Required version of TLS for communication with EventHub
我们目前正在使用 Azure.Messaging.EventHubs 5.1.0.0 的 EventHubProducerClient。
它是否支持与 EventHub 通信的 tls 1.2?
来自this篇文章:
If your Service Bus clients are up to date, you are generally using TLS 1.2.
由于事件中心是在服务总线之上构建的,因此同样适用 - 而且文章已经有些陈旧了。
我们目前正在使用 Azure.Messaging.EventHubs 5.1.0.0 的 EventHubProducerClient。 它是否支持与 EventHub 通信的 tls 1.2?
来自this篇文章:
If your Service Bus clients are up to date, you are generally using TLS 1.2.
由于事件中心是在服务总线之上构建的,因此同样适用 - 而且文章已经有些陈旧了。