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
With schannel, if certificate validation occurs due to:
- certificates not having revocation info
- OCSP responder / CRL distribution being offline
Consider this a soft-failure.
Copy file name to clipboardExpand all lines: src/libmongoc/doc/configuring_tls.rst
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,7 @@ When ``tlsCAFile`` is set, the driver will only allow server certificates issued
123
123
124
124
When ``crl_file`` is set with :symbol:`mongoc_ssl_opt_t`, the driver will import the revocation list to the ``System Local Machine Root`` certificate store.
125
125
126
-
Setting ``tlsDisableOCSPEndpointCheck`` has no effect.
127
-
128
-
Setting ``tlsAllowInvalidHostnames`` additionally consider certificates with no revocation mechanisms specified (CRL / OCSP) a non-error.
126
+
Setting ``tlsDisableOCSPEndpointCheck`` and ``tlsDisableCertificateRevocationCheck`` has no effect.
129
127
130
128
The Online Certificate Status Protocol (OCSP) is partially supported (see `RFC 6960 <https://tools.ietf.org/html/rfc6960>`_).
0 commit comments