An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
There is no supported per-hub rollback or exception for weak cipher suites now. IoT Hub retired TLS 1.0/1.1 and non-recommended ciphers on August 31, 2025; changing minTlsVersion cannot restore them.
Supported TLS 1.2 suites are ECDHE_ECDSA or ECDHE_RSA with AES_128_GCM_SHA256, AES_256_GCM_SHA384, AES_128_CBC_SHA256, or AES_256_CBC_SHA384. The ClientHello must also contain a valid supported_groups extension for ECDHE.
Capture a failing ClientHello to confirm the offered suites and groups. If the firmware only supports a TLS_RSA_* suite, the durable fix is updated firmware or device replacement. A temporary, isolated gateway that accepts the legacy device connection and reconnects to IoT Hub with a supported ECDHE suite is the practical bridge during rollout.