Skip to content

Commit

Permalink
DOCSP-34012: Further detail default TLS/SSL behavior when using DNS s…
Browse files Browse the repository at this point in the history
…eedlist (#889)

DOCSP-34012: Further detail default TLS/SSL behavior when using DNS seedlist
  • Loading branch information
mcmorisi authored May 9, 2024
1 parent 6d2df34 commit 9627bfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/fundamentals/connection/tls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ in the following ways:

If you use a DNS SRV record when connecting to MongoDB by specifying
the ``+srv`` modification in your connection string, you enable
TLS on your connection by default.
TLS on your connection by default. To disable it, set the ``tls`` or ``ssl`` parameter
value to ``false`` in your connection string or ``MongoClientOptions`` object.

To learn more about connection behavior when you use a DNS seedlist,
see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
section in the Server manual.

In addition to the ``tls`` client option, the driver provides more
options to configure TLS on your connection. For **testing purposes**,
Expand Down

0 comments on commit 9627bfe

Please sign in to comment.