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.
93
93
#### Hard-fail vs. soft-fail
94
94
On Windows, due .NET's implementation of TLS, the driver utilizes
95
95
"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).
101
100
102
101
## TLS support
103
102
### Overview
You can’t perform that action at this time.
0 commit comments