Skip to content

Commit aaecba4

Browse files
authored
Remove TLS 1.0 and 1.1 (#236)
1 parent bc8824f commit aaecba4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

source/fundamentals/connection/tls.txt

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ configure your connection to use TLS/SSL, enable the TLS/SSL settings in either
2020
the :ref:`connection string <csharp-connection-uri>` or
2121
:ref:`MongoClientSettings <csharp-mongo-client-settings>`.
2222

23+
.. important:: TLS 1.2
24+
25+
The {+driver-short+} supports only TLS 1.2 or higher.
26+
2327
.. _csharp-tls-enable:
2428

2529
Enable TLS

source/upgrade.txt

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Version 3.0 Potential Breaking Change
7272
- The LINQ2 provider has been removed from this version of the driver.
7373
You must use LINQ3 for all LINQ queries.
7474

75+
- TLS 1.0 and 1.1 are no longer supported. You must use TLS 1.2 or higher. To learn
76+
more about configuring TLS/SSL in the {+driver-short+}, see :ref:`<csharp-tls>`.
77+
7578
.. _csharp-breaking-changes-2.28.0:
7679

7780
Version 2.28.0 Potential Breaking Change

0 commit comments

Comments
 (0)