@@ -319,19 +319,19 @@ string in the standard format would be:
319
319
mongodb://mongodb1.example.com:27317,mongodb2.example.com:27017/?connectTimeoutMS=300000&replicaSet=mySet&authSource=aDifferentAuthDB
320
320
321
321
.. note::
322
- The ``mongodb+srv`` option will fail if there is no available DNS
322
+
323
+ The ``mongodb+srv`` option fails if there is no available DNS
323
324
with records that correspond to the hostname identified in the
324
- connection string. In addition, use of the ``+srv`` connection string modifier
325
- automatically sets the :urioption:`tls` (or the equivalent
326
- :urioption:`ssl`) option to ``true`` for the connection. You can
327
- override this behavior by explicitly setting the :urioption:`tls`
325
+ connection string. If you use the ``+srv`` connection string modifier,
326
+ the :urioption:`tls` (or the equivalent :urioption:`ssl`) option is
327
+ set to ``true`` for the connection. You can override this behavior by
328
+ explicitly setting the :urioption:`tls`
328
329
(or the equivalent :urioption:`ssl`) option to ``false`` with
329
330
``tls=false`` (or ``ssl=false``) in the query string.
330
331
331
- .. see::
332
- :ref:`example-connect-mongosh-using-srv` provides an example of
333
- connecting :binary:`~bin.mongosh` to a replica set using
334
- the DNS Seed list Connection Format.
332
+ For an example that connects :binary:`~bin.mongosh` to a replica set using
333
+ the DNS seed list connection format, see :ref:`mongosh Connection Options
334
+ <example-connect-mongosh-using-srv>`.
335
335
336
336
337
337
.. _connections-connection-options:
0 commit comments