From d4ac752d3336f7313755854f0f7aad7c58480320 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:22:50 -0500 Subject: [PATCH] tls --- source/fundamentals/connection/tls.txt | 4 ++++ source/upgrade.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/source/fundamentals/connection/tls.txt b/source/fundamentals/connection/tls.txt index 4b29757b..9cda5e47 100644 --- a/source/fundamentals/connection/tls.txt +++ b/source/fundamentals/connection/tls.txt @@ -20,6 +20,10 @@ configure your connection to use TLS/SSL, enable the TLS/SSL settings in either the :ref:`connection string ` or :ref:`MongoClientSettings `. +.. important:: TLS 1.2 + + The {+driver-short+} supports only TLS 1.2 or higher. + .. _csharp-tls-enable: Enable TLS diff --git a/source/upgrade.txt b/source/upgrade.txt index c8b7c9b3..c1347c6a 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -72,6 +72,9 @@ Version 3.0 Potential Breaking Change - The LINQ2 provider has been removed from this version of the driver. You must use LINQ3 for all LINQ queries. +- TLS 1.0 and 1.1 are no longer supported. You must use TLS 1.2 or higher. To learn + more about configuring TLS/SSL in the {+driver-short+}, see :ref:``. + .. _csharp-breaking-changes-2.28.0: Version 2.28.0 Potential Breaking Change