Skip to content

Commit ec335e2

Browse files
Merge pull request #29367 from srdan-bozovic-msft/srdan-bozovic-msft-patch-1
Update tls-1-3 article to emphasize that TLS 1.2 is still needed for SQL Server to start
2 parents 1ad7a5e + cc37659 commit ec335e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • docs/relational-databases/security/networking

docs/relational-databases/security/networking/tls-1-3.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: TLS 1.3 support
33
description: This article discusses TLS 1.3 support with SQL Server 2022.
44
author: srdan-bozovic-msft
55
ms.author: srbozovi
6-
ms.date: 11/16/2023
6+
ms.date: 12/19/2023
77
ms.service: sql
88
ms.subservice: security
99
ms.topic: conceptual
@@ -15,6 +15,9 @@ monikerRange: ">=sql-server-ver16 || >=sql-server-linux-ver16"
1515

1616
Beginning with [!INCLUDE [sssql22-md](../../../includes/sssql22-md.md)], [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] supports Transport Layer Security (TLS) 1.3 when TDS 8.0 is used.
1717

18+
> [!IMPORTANT]
19+
> Even with TLS 1.3 support for TDS connections, TLS 1.2 is still required for starting up [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] satellite services. Don't disable TLS 1.2 on the machine.
20+
1821
[!INCLUDE [sssql19-md](../../../includes/sssql19-md.md)] and earlier versions don't support TLS 1.3.
1922

2023
## Differences between TLS 1.2 and TLS 1.3

0 commit comments

Comments
 (0)