Skip to content

Commit b37c371

Browse files
authored
Merge pull request #101247 from ecfan/patch-3
Add info about TLS 1.2 ciphers
2 parents f5cf69a + ae820a7 commit b37c371

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/connectors/connectors-native-webhook.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,17 @@ For example, the Office 365 Outlook connector's [**Send approval email**](connec
3333
> [!NOTE]
3434
> Logic Apps enforces Transport Layer Security (TLS) 1.2 when
3535
> receiving the call back to the HTTP webhook trigger or action.
36-
> If you see SSL handshake errors, make sure that you use TLS 1.2.
36+
> If you see SSL handshake errors, make sure that you use TLS 1.2.
37+
> For incoming calls, here are the supported cipher suites:
38+
>
39+
> * TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
40+
> * TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
41+
> * TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
42+
> * TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
43+
> * TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
44+
> * TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
45+
> * TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
46+
> * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
3747
3848
For more information, see these topics:
3949

0 commit comments

Comments
 (0)