Skip to content

Commit 4a043a7

Browse files
DOCSP-29828: Remove empty tip box (#3127)
1 parent 5b9f36c commit 4a043a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/reference/connection-string.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -319,19 +319,19 @@ string in the standard format would be:
319319
mongodb://mongodb1.example.com:27317,mongodb2.example.com:27017/?connectTimeoutMS=300000&replicaSet=mySet&authSource=aDifferentAuthDB
320320

321321
.. 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
323324
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`
328329
(or the equivalent :urioption:`ssl`) option to ``false`` with
329330
``tls=false`` (or ``ssl=false``) in the query string.
330331

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>`.
335335

336336

337337
.. _connections-connection-options:

0 commit comments

Comments
 (0)