Skip to content

Commit af5ee25

Browse files
Merge pull request #35973 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-01 18:39 UTC
2 parents 075c311 + 1dfd780 commit af5ee25

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/machine-learning/install/sql-machine-learning-services-windows-install-sql-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], runtimes f
158158
159159
```cmd
160160
cd "C:\Program Files\Python310\"
161-
python -m pip install -t "C:\Program Files\Python310\Lib\site-packages" dill numpy==1.22.0 pandas patsy python-dateutil
161+
python -m pip install -t "C:\Program Files\Python310\Lib\site-packages" dill numpy==1.22.0 pandas patsy python-dateutil packaging
162162
python -m pip install -t "C:\Program Files\Python310\Lib\site-packages" https://aka.ms/sqlml/python3.10/windows/revoscalepy-10.0.1-py3-none-any.whl
163163
```
164164

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)