An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Azure IotHub TLS 1.2 Supported cipher suites
Tonight we encountered an issue with our IotHub where ~1500 devices could not connect anymore. Our IotHub is currently operating under a temporary exception for legacy TLS 1.0 version.
Only then we noticed that this subset of our devices support TLS1.2 but do not support a required cipher suite (the devices offer TLS_RSA_WITH_AES_256_CBC_SHA). Since their firmware cannot be updated, the devices need to be replaced in the field.
My question is: How long can we run under that temporary exception to allow legacy cipher suites? We cannot afford to lose the device connections until we replaced them in the field which takes at least a few months.