Azure / azure-iot-sdk-node

A Node.js SDK for connecting devices to Microsoft Azure IoT services
https://docs.microsoft.com/en-us/azure/iot-hub/
Other
261 stars 227 forks source link

[Technical Question] : Impact of TLS certificate changes on applications which are using service-sdk. #1038

Closed rajaggrawal closed 3 years ago

rajaggrawal commented 3 years ago

Regarding Azure TLS certificate changes

We have already adapted this change in our IoTAgent application which is using device sdk.

But doubt is w.r.t applications which are using service-sdk. We are not doing certificate pinning in our applications source code which are using service-sdk. Does TLS certificate changes shall impact to applications which are using service-sdk ? Please let me know if we need to upgrade service-sdk due to this change.

anthonyvercolano commented 3 years ago

There should be no impact.

rajaggrawal commented 3 years ago

Thanks @anthonyvercolano