File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Docs/reference/content/reference/driver Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,10 @@ when a server has a Must-Staple certificate and does not staple.
9393#### Hard-fail vs. soft-fail
9494On Windows, due .NET's implementation of TLS, the driver utilizes
9595"hard-fail" behavior in contrast to the "soft-fail" behavior exhibited
96- by the mongo shell and MongoDB drivers such as Python and Go. This
97- means that in the case that an OCSP responder is unavailable, the
98- driver will fail to connect (i.e. hard-fail) instead of allowing the
99- connection to continue (i.e. soft-fail).
100-
96+ by the Linux/macOS mongo shell and MongoDB drivers such as Python and
97+ Go. This means that in the case that an OCSP responder is unavailable,
98+ the driver will fail to connect (i.e. hard-fail) instead of allowing
99+ the connection to continue (i.e. soft-fail).
101100
102101## TLS support
103102### Overview
You can’t perform that action at this time.
0 commit comments