Skip to content

Commit bce5673

Browse files
committed
DOCSP-34012: Further detail default TLS/SSL behavior when using DNS seedlist (#889)
DOCSP-34012: Further detail default TLS/SSL behavior when using DNS seedlist (cherry picked from commit 9627bfe)
1 parent d6ba7d1 commit bce5673

File tree

1 file changed

+6
-1
lines changed
  • source/fundamentals/connection

1 file changed

+6
-1
lines changed

source/fundamentals/connection/tls.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ in the following ways:
6363

6464
If you use a DNS SRV record when connecting to MongoDB by specifying
6565
the ``+srv`` modification in your connection string, you enable
66-
TLS on your connection by default.
66+
TLS on your connection by default. To disable it, set the ``tls`` or ``ssl`` parameter
67+
value to ``false`` in your connection string or ``MongoClientOptions`` object.
68+
69+
To learn more about connection behavior when you use a DNS seedlist,
70+
see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
71+
section in the Server manual.
6772

6873
In addition to the ``tls`` client option, the driver provides additional
6974
options to configure TLS on your connection. For **testing purposes**,

0 commit comments

Comments
 (0)