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