Skip to content

Commit e679840

Browse files
authored
Merge pull request #101197 from ecfan/patch-2
Add supported cipher suites for TLS 1.2
2 parents 2fccacb + 7633cd7 commit e679840

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@ With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the built-in R
1919

2020
> [!NOTE]
2121
> The Request trigger supports *only* Transport Layer Security (TLS) 1.2 for incoming calls. Outgoing calls
22-
> continue to support TLS 1.0, 1.1, and 1.2. If you see SSL handshake errors, make sure that you use TLS 1.2.
22+
> continue to support TLS 1.0, 1.1, and 1.2. If you see SSL handshake errors, make sure that you use TLS 1.2.
23+
> For incoming calls, here are the supported cipher suites:
24+
>
25+
> * TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
26+
> * TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
27+
> * TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
28+
> * TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
29+
> * TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
30+
> * TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
31+
> * TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
32+
> * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
2333
2434
## Prerequisites
2535

0 commit comments

Comments
 (0)