File tree 1 file changed +6
-1
lines changed
source/fundamentals/connection
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,12 @@ in the following ways:
63
63
64
64
If you use a DNS SRV record when connecting to MongoDB by specifying
65
65
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.
67
72
68
73
In addition to the ``tls`` client option, the driver provides additional
69
74
options to configure TLS on your connection. For **testing purposes**,
You can’t perform that action at this time.
0 commit comments