Skip to content

Commit 705d1a2

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 7fb6bf1 commit 705d1a2

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
@@ -70,7 +70,12 @@ in the following ways:
7070

7171
If you use a DNS SRV record when connecting to MongoDB by specifying
7272
the ``+srv`` modification in your connection string, you enable
73-
TLS on your connection by default.
73+
TLS on your connection by default. To disable it, set the ``tls`` or ``ssl`` parameter
74+
value to ``false`` in your connection string or ``MongoClientOptions`` object.
75+
76+
To learn more about connection behavior when you use a DNS seedlist,
77+
see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
78+
section in the Server manual.
7479

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

0 commit comments

Comments
 (0)