Skip to content

Commit 1dfd780

Browse files
Merge pull request #35916 from VanMSFT/vanmsft/work-2025-11-24
Database Mail | Add TLS 1.3 support documentation
2 parents 554c287 + 1c0dc71 commit 1dfd780

File tree

1 file changed

+5
-2
lines changed
  • docs/relational-databases/security/networking

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: TLS 1.3 support
33
description: This article discusses TLS 1.3 support with SQL Server 2022 and Azure SQL Database.
44
author: srdan-bozovic-msft
55
ms.author: srbozovi
6-
ms.date: 11/18/2025
6+
ms.date: 11/24/2025
77
ms.service: sql
88
ms.subservice: security
9-
ms.topic: conceptual
9+
ms.topic: concept-article
1010
ms.custom:
1111
- ignite-2025
1212
monikerRange: ">=sql-server-ver16 || =azuresqldb-mi-current || =azuresqldb-current || >=sql-server-linux-ver16 || =fabric-sqldb"
@@ -61,6 +61,7 @@ Currently, the following operating systems support TLS 1.3:
6161
- [Merge replication](../../replication/merge/merge-replication.md#configure-tls-13-encryption)
6262
- [Snapshot replication](../../replication/snapshot-replication.md#configure-tls-13-encryption)
6363
- [Log shipping](../../../database-engine/log-shipping/about-log-shipping-sql-server.md#enforce-tls-13-encryption)
64+
- [Database Mail](../../database-mail/database-mail.md)
6465

6566
### Setup limitations
6667

@@ -94,6 +95,8 @@ SQL Server 2025 introduces secure-by-default configurations for several features
9495

9596
- **Replication**: (Transactional, Snapshot, Merge) Uses Microsoft OLE DB Driver for SQL Server version 19 with `Encrypt=Mandatory` and requires valid certificates with `TrustServerCertificate=False`.
9697

98+
- **Database Mail**: The default settings are `Encrypt=Optional` and `TrustServerCertificate=True`. When TLS 1.3 is enforced, these values change to `Encrypt=Strict` and `TrustServerCertificate=False`. By default, Azure SQL Managed Instance uses the TLS 1.3 protocol.
99+
97100
- **PolyBase**: Uses ODBC Driver for SQL Server version 18 with `Encrypt=Yes` (`Mandatory`). PolyBase allows `TrustServerCertificate=True` for self-signed scenarios.
98101

99102
- **SQL VSS Writer**: When connecting to a SQL Server 2025 instance with `Encryption=Strict`, SQL VSS Writer will use TLS 1.3 and TDS 8.0 for the non-Virtual Device Interface (VDI) part of that connection.

0 commit comments

Comments
 (0)