@@ -1721,11 +1721,11 @@ Core Options
1721
1721
1722
1722
.. include:: /includes/extracts/tls-facts-x509-invalid-certificate.rst
1723
1723
1724
- When using
1725
- the :setting:`net.tls.allowInvalidCertificates` setting, MongoDB
1724
+ When using the ``net.tls.allowInvalidCertificates`` setting, MongoDB
1726
1725
logs a warning regarding the use of the invalid certificate.
1727
1726
1728
- .. include:: /includes/extracts/tls-facts-see-more.rst
1727
+ For more information about TLS and MongoDB, see
1728
+ :ref:`configure-mongod-mongos-for-tls-ssl` and :ref:`inter-process-auth`.
1729
1729
1730
1730
1731
1731
.. setting:: net.tls.allowInvalidHostnames
@@ -1734,12 +1734,14 @@ Core Options
1734
1734
1735
1735
*Default*: false
1736
1736
1737
- When :setting:`net.tls.allowInvalidHostnames` is ``true``, MongoDB disables the validation of the
1738
- hostnames in TLS certificates, allowing :binary:`~bin.mongod` to connect to
1739
- MongoDB instances if the hostname their certificates do not match the
1740
- specified hostname.
1737
+ When ``net.tls.allowInvalidHostnames`` is ``true``, MongoDB disables
1738
+ the validation of the hostnames in TLS certificates. This allows
1739
+ :binary:`~bin.mongod` or :binary:`~bin.mongos` to connect to other MongoDB
1740
+ instances in the cluster, even if the hostname of their certificates does not
1741
+ match the specified hostname.
1741
1742
1742
- .. include:: /includes/extracts/tls-facts-see-more.rst
1743
+ For more information about TLS and MongoDB, see
1744
+ :ref:`configure-mongod-mongos-for-tls-ssl`.
1743
1745
1744
1746
1745
1747
.. setting:: net.tls.disabledProtocols
0 commit comments