Skip to content

Commit 7c5235f

Browse files
authored
docsp-12262 - remove OCSP (#573)
* remove OCSP
1 parent 6c0f550 commit 7c5235f

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -259,18 +259,6 @@ parameters of the connection URI to specify the behavior of the client.
259259
- Specifies the password to decrypt the client private key to be used
260260
for TLS connections.
261261

262-
* - **tlsDisableCertificateRevocationCheck**
263-
- boolean
264-
- ``false``
265-
- Specifies whether the driver will check a certificate's
266-
revocation status via CRLs or OCSP.
267-
268-
* - **tlsDisableOCSPEndpointCheck**
269-
- boolean
270-
- ``false``
271-
- Specifies whether the driver will reach out to OCSP
272-
endpoints if needed.
273-
274262
* - **tlsInsecure**
275263
- boolean
276264
- ``false``

source/index.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ Take the free online course taught by MongoDB instructors
118118

119119
.. list-table::
120120

121-
* - .. cssclass:: bordered-figure
122-
.. figure:: /includes/figures/M220JS_hero.jpg
121+
* - .. figure:: /includes/figures/M220JS_hero.jpg
123122
:alt: Banner for the MongoDB University Node.js Course
124-
123+
125124
- `Using MongoDB with Node.js <https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs-y13d>`_
126125

127126
Learn the essentials of Node.js application development with MongoDB.

source/whats-new.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ What's New in 3.6
690690
New features of the 3.6 Node.js driver release include:
691691

692692
- Added support for the :ref:`MONGODB-AWS <mongodb-aws>` authentication mechanism using Amazon Web Services (AWS) Identity and Access Management (IAM) credentials
693-
- Added support for Online Certificate Status Protocol (OCSP)
694693
- The `find() <{+api+}/classes/Collection.html#find>`__ method supports ``allowDiskUse()`` for sorts that require too much memory to execute in RAM
695694
- The :ref:`update() <updateDocuments>` and :ref:`replaceOne() <replacementDocument>` methods support index hints
696695
- A reduction in recovery time for topology changes and failover events

0 commit comments

Comments
 (0)