Skip to content

Commit e344abc

Browse files
committed
CSHARP-3006: Update OCSP refdocs
1 parent 0b186ab commit e344abc

File tree

1 file changed

+4
-5
lines changed
  • Docs/reference/content/reference/driver

1 file changed

+4
-5
lines changed

Docs/reference/content/reference/driver/ssl.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ when a server has a Must-Staple certificate and does not staple.
9393
#### Hard-fail vs. soft-fail
9494
On 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

0 commit comments

Comments
 (0)