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
Copy file name to clipboardExpand all lines: src/libmongoc/doc/configuring_tls.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Configuring TLS
6
6
Configuration with URI options
7
7
------------------------------
8
8
9
-
Enable TLS by including ``tls=true`` the URI.
9
+
Enable TLS by including ``tls=true`` in the URI.
10
10
11
11
.. code:: c
12
12
@@ -143,4 +143,4 @@ Setting ``tlsDisableOCSPEndpointCheck`` and ``tlsDisableCertificateRevocationChe
143
143
The Online Certificate Status Protocol (OCSP) (see `RFC 6960 <https://tools.ietf.org/html/rfc6960>`_) is partially supported with the following notes.
144
144
145
145
- The Must-Staple extension (see `RFC 7633 <https://tools.ietf.org/html/rfc7633>`_) is ignored. Connection may continue if a Must-Staple certificate is presented with no stapled response (unless the client receives a revoked response from an OCSP responder).
146
-
- Connection will continue if a Must-Staple certificate is presented without a stapled response and the OCSP responder is down.
146
+
- Connection will continue if a Must-Staple certificate is presented without a stapled response and the OCSP responder is down.
0 commit comments