You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-tls.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,19 @@ IoT Hubs that are configured to accept only TLS 1.2 will also enforce the use of
74
74
*`TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384`
75
75
76
76
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 |
84
+
| C | Yes |[Link](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/configure_tls_protocol_version_and_ciphers.md)|
85
+
| Java | Yes | Link |
86
+
| Python | Yes | Link |
87
+
| NodeJS | Yes | Link |
88
+
89
+
77
90
### Use TLS 1.2 in your IoT Edge setup
78
91
79
92
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