Will TLS1.2 with cipher suite TLS_RSA_WITH_AES_256_GCM_SHA384 work after 31 August 2025? (device WISE4060/LAN)
It is not clear to me from the following documentation if TLS1.2 with cipher suite TLS_RSA_WITH_AES_256_GCM_SHA384 will work when connecting to Azure IoT Hub after 31 August 2025. We are using Advantech WISE4060/LAN devices and from Metrics I can see that they are using TLS_RSA_WITH_AES_256_GCM_SHA384 and TLS1.2.
The following page says that "The following non-recommended cipher suites are allowed on hubs without minTlsVersion:1.2 until August 31, 2025", which is fine. But will they work WITH minTlsVersion:1.2?
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-tls-support
Are the TLS_RSA* cipher suites just not recommended after 31 Augusti 2025 or are they completely blocked? If blocked, we seem to be toast since our devices uses TLS_RSA_WITH_AES_256_GCM_SHA384.
Added information: the Azure IoT Hub in question is in region West Europe.
What is interesting is that the Swedish version of the same page (we are a Swedish company) does not mention the date 31 August 2025 at all in the corresponding paragraph and is more clear that they are not recommended, but does not mention that they would be blocked at a date.
https://learn.microsoft.com/sv-se/azure/iot-hub/iot-hub-tls-support
Swedish text:
Följande chiffersviter är för närvarande tillåtna i IoT Hub. Dessa chiffersviter rekommenderas dock inte längre av Azures säkerhetsriktlinjer. Dessa chiffersviter fungerar med TLS-versionerna 1.0, 1.1 och 1.2.
Translated to English using Copilot:
The following cipher suites are currently permitted in IoT Hub. However, these cipher suites are no longer recommended according to Azure's security guidelines. They are compatible with TLS versions 1.0, 1.1, and 1.2.