@@ -1480,11 +1480,11 @@ Core Options
1480
1480
1481
1481
.. include:: /includes/extracts/tls-facts-x509-invalid-certificate.rst
1482
1482
1483
- When using
1484
- the :setting:`net.tls.allowInvalidCertificates` setting, MongoDB
1483
+ When using the ``net.tls.allowInvalidCertificates`` setting, MongoDB
1485
1484
logs a warning regarding the use of the invalid certificate.
1486
1485
1487
- .. include:: /includes/extracts/tls-facts-see-more.rst
1486
+ For more information about TLS and MongoDB, see
1487
+ :ref:`configure-mongod-mongos-for-tls-ssl` and :ref:`inter-process-auth`.
1488
1488
1489
1489
1490
1490
.. setting:: net.tls.allowInvalidHostnames
@@ -1493,12 +1493,14 @@ Core Options
1493
1493
1494
1494
*Default*: false
1495
1495
1496
- When :setting:`net.tls.allowInvalidHostnames` is ``true``, MongoDB disables the validation of the
1497
- hostnames in TLS certificates, allowing :binary:`~bin.mongod` to connect to
1498
- MongoDB instances if the hostname their certificates do not match the
1499
- specified hostname.
1496
+ When ``net.tls.allowInvalidHostnames`` is ``true``, MongoDB disables
1497
+ the validation of the hostnames in TLS certificates. This allows
1498
+ :binary:`~bin.mongod` or :binary:`~bin.mongos` to connect to other MongoDB
1499
+ instances in the cluster, even if the hostname of their certificates does not
1500
+ match the specified hostname.
1500
1501
1501
- .. include:: /includes/extracts/tls-facts-see-more.rst
1502
+ For more information about TLS and MongoDB, see
1503
+ :ref:`configure-mongod-mongos-for-tls-ssl`.
1502
1504
1503
1505
1504
1506
.. setting:: net.tls.disabledProtocols
0 commit comments