Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions source/connect/advanced-connection-options/general-connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,20 @@ Procedure
Use this option to connect to standalone, replica set,
or a sharded cluster

.. note::

If you use the standard connection string format to
connect to an `Atlas
<https://www.mongodb.com/cloud/atlas>`__ deployment,
you must turn on TLS/SSL in the
:guilabel:`TLS/SSL` tab of the :guilabel:`New
Connection` modal.
If you use the standard connection string format to
connect to an `Atlas
<https://www.mongodb.com/cloud/atlas>`__ deployment,
you must turn on TLS/SSL in the
:guilabel:`TLS/SSL` tab of the :guilabel:`New
Connection` modal.

* - mongodb+srv
- :manual:`DNS Seed List Connection Format
</reference/connection-string/#dns-seed-list-connection-format>`.
The ``+srv`` indicates to |compass| that the hostname that follows
corresponds to a DNS SRV record.

.. note::

The ``+srv`` automatically enables TLS/SSL.
The ``+srv`` automatically enables TLS/SSL.

b) Enter a Hostname.

Expand Down