Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/fundamentals/connection/tls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ configure your connection to use TLS/SSL, enable the TLS/SSL settings in either
the :ref:`connection string <csharp-connection-uri>` or
:ref:`MongoClientSettings <csharp-mongo-client-settings>`.

.. important:: TLS 1.2

The {+driver-short+} supports only TLS 1.2 or higher.

.. _csharp-tls-enable:

Enable TLS
Expand Down
3 changes: 3 additions & 0 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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-tls>`.

.. _csharp-breaking-changes-2.28.0:

Version 2.28.0 Potential Breaking Change
Expand Down
Loading