Skip to content

Commit 1031e95

Browse files
authored
Merge pull request #100785 from rezasherafat/tls1.2jedi
Added SDK section.
2 parents 96c66fe + d1c96e0 commit 1031e95

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ IoT Hubs that are configured to accept only TLS 1.2 will also enforce the use of
7474
* `TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384`
7575

7676

77+
### Use TLS 1.2 in your IoT Hub SDKs
78+
79+
Use the links below to configure TLS 1.2 and allowed ciphers in IoT Hub client SDKs.
80+
81+
| Language | TLS 1.2 supported | Documentation |
82+
|----------|-------------------|---------------|
83+
| C | Yes | [Link](https://aka.ms/Tls_C_SDK_IoT) |
84+
| Python | Yes | [Link](https://aka.ms/Tls_Python_SDK_IoT) |
85+
| C# | Yes | [Link](https://aka.ms/Tls_CSharp_SDK_IoT) |
86+
| Java | Yes | [Link](https://aka.ms/Tls_Java_SDK_IoT) |
87+
| NodeJS | Yes | [Link](https://aka.ms/Tls_Node_SDK_IoT) |
88+
89+
7790
### Use TLS 1.2 in your IoT Edge setup
7891

7992
IoT Edge devices can be configured to use TLS 1.2 when communicating with IoT Hub. For this purpose, use the [IoT Edge documentation page](https://github.com/Azure/iotedge/blob/master/edge-modules/edgehub-proxy/README.md).

0 commit comments

Comments
 (0)