Skip to content

Commit 7d4403d

Browse files
committed
Adding TLS 1.3
1 parent d6d44b7 commit 7d4403d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, rarayudu, azla
77
ms.topic: how-to
8-
ms.date: 01/13/2026
8+
ms.date: 02/11/2026
99
ms.update-cycle: 1095-days
1010
ms.custom:
1111
- sfi-image-nochange
@@ -1380,7 +1380,7 @@ In your ARM template, specify the allowed inbound IP address ranges in your logi
13801380

13811381
## Access for outbound calls to other services and systems
13821382

1383-
Based on the target endpoint's capability, outbound calls sent by the [HTTP trigger or HTTP action](../connectors/connectors-native-http.md), support encryption and are secured with [Transport Layer Security (TLS) 1.0, 1.1, or 1.2](https://en.wikipedia.org/wiki/Transport_Layer_Security), previously known as Secure Sockets Layer (SSL). Azure Logic Apps negotiates with the target endpoint over using the highest possible version that's supported. For example, if the target endpoint supports 1.2, the HTTP trigger or action uses 1.2 first. Otherwise, the connector uses the next highest supported version.
1383+
Based on the target endpoint's capability, outbound calls sent by the [HTTP trigger or HTTP action](../connectors/connectors-native-http.md), support encryption and are secured with [Transport Layer Security (TLS) 1.0, 1.1, 1.2, or 1.3](https://en.wikipedia.org/wiki/Transport_Layer_Security), previously known as Secure Sockets Layer (SSL). Azure Logic Apps negotiates with the target endpoint over using the highest possible version that's supported. For example, if the target endpoint supports 1.3, the HTTP trigger or action uses 1.3 first. Otherwise, the connector uses the next highest supported version.
13841384

13851385
This list includes information about TLS/SSL self-signed certificates:
13861386

0 commit comments

Comments
 (0)