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
For TLS/SSL connections (``--ssl``), {{program}} verifies that the
72
-
hostname of the {{instance}} to which you are connecting matches
73
-
the CN or SAN of the {{instance}}'s ``--sslPEMKeyFile`` certificate.
74
-
If the hostname does not match the CN/SAN, {{program}} will fail to
75
-
connect.
68
+
<hostname>[:port]
76
69
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 TLS/SSL (normally set with ``ssl=true``) for the client connection. The
83
-
TLS/SSL option can be turned off by setting ``ssl=false`` in the query string.
70
+
- A *replica set name* and the *hostname* of at least one member of
0 commit comments