File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
source/fundamentals/connection Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
7580In addition to the ``tls`` client option, the driver provides more
7681options to configure TLS on your connection. For **testing purposes**,
You can’t perform that action at this time.
0 commit comments