File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
source/fundamentals/connection Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,16 @@ You can enable TLS for the connection to your MongoDB instance
29
29
in two different ways: using a property on a ``MongoClientSettings`` object or
30
30
through a parameter in your connection string.
31
31
32
+ .. note::
33
+
34
+ If you connect by using the DNS seedlist protocol, the driver enables
35
+ TLS/SSL by default. To disable it, set the ``tls`` or ``ssl`` parameter value to
36
+ ``false`` in your connection string or ``MongoClientSettings`` instance.
37
+
38
+ To learn more about connection behavior when you use a DNS seedlist,
39
+ see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
40
+ section in the Server manual.
41
+
32
42
.. tabs::
33
43
34
44
.. tab:: MongoClientSettings
You can’t perform that action at this time.
0 commit comments