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:
70
70
71
71
If you use a DNS SRV record when connecting to MongoDB by specifying
72
72
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.
74
79
75
80
In addition to the ``tls`` client option, the driver provides additional
76
81
options to configure TLS on your connection. For **testing purposes**,
You can’t perform that action at this time.
0 commit comments