Skip to content

Commit c27ed56

Browse files
Merge pull request #304453 from dominicbetts/meena-hub-tls
Update IoT Hub TLS support
2 parents 3d54225 + 0bc67c5 commit c27ed56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/iot-hub/iot-hub-tls-support.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ The following non-recommended cipher suites are allowed on hubs **without mi
8484

8585
A client can suggest a list of higher cipher suites to use during `ClientHello`. However, IoT Hub might not support some of them, for example, `ECDHE-ECDSA-AES256-GCM-SHA384`. In this case, IoT Hub tries to follow the preference of the client but eventually negotiate down the cipher suite with `ServerHello`.
8686

87+
> [!NOTE]
88+
> When using an ECDSA or ECDHE cipher, the client must provide the `supported_groups` extension in the `ClientHello` with a valid group. When connecting with a client certificate, the client must include the curve used in that client certificate in its `supported_groups` extension.
89+
8790
## Update IoT Hub to TLS 1.2 support
8891

8992
Once an IoT Hub is created, the `minTlsVersion` property can be updated using the Azure portal, CLI, or SDKs. If you need to update to enforce IoT Hub to use TLS 1.2 and strong cipher suites (only allowed in selected regions) or to set TLS 1.2 support (supported in all regions), you can do so following these steps.

0 commit comments

Comments
 (0)