You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/options-mongo.yaml
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,19 @@ description: |
74
74
If the hostname does not match the CN/SAN, {{program}} will fail to
75
75
connect.
76
76
77
-
For DNS seedlist connections, specify the connection protocol as
78
-
``mongodb+srv:", followed by the DNS SRV hostname record and any
79
-
options for overriding DNS TXT configured options. For example:
77
+
For `DNS seedlist connections <https://docs.mongodb.com/manual/reference/connection-string/#dns-seedlist-connection-format/>`_, specify the connection protocol as
78
+
``mongodb+srv``, followed by the DNS SRV hostname record and any
79
+
options. The ``authSource`` and ``replicaSet`` options, if included in
80
+
the connection string, will override any corresponding DNS-configured options
81
+
set in the TXT record. Use of the ``mongodb+srv:`` connection string implicitly
82
+
enables SSL (normally set with ``ssl=true``) for the client connection. The
83
+
SSL option can be turned off by setting ``ssl=false`` in the query string.
0 commit comments