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