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
If the crypt_shared_ library is loaded, the driver MUSTNOT attempt to connect
1578
+
to mongocryptd_. (Refer: `Detecting crypt_shared Availability`_).
1579
+
1575
1580
Single-threaded drivers MUST connect with`serverSelectionTryOnce=false <../server-selection/server-selection.rst#serverselectiontryonce>`_
1576
1581
, connectTimeoutMS=10000, andMUST bypass `cooldownMS <../server-discovery-and-monitoring/server-discovery-and-monitoring.rst#cooldownms>`__ when connecting to mongocryptd. See `Why are serverSelectionTryOnce and cooldownMS disabled for single-threaded drivers connecting to mongocryptd?`_.
1577
1582
@@ -1583,7 +1588,7 @@ selection error is propagated to the user.
1583
1588
.. note::
1584
1589
1585
1590
A correctly-behaving driver will never attempt to connect to mongocryptd_
1586
-
when |opt-crypt_shared-required|isset to |true|.
1591
+
when |opt-crypt_shared-required|isset to |true|or crypt_shared_ is loaded.
1587
1592
1588
1593
ClientEncryption
1589
1594
================
@@ -2515,6 +2520,7 @@ Changelog
2515
2520
:align: left
2516
2521
2517
2522
Date, Description
2523
+
22-10-26, Do not connect to `mongocryptd`if shared library is loaded.
2518
2524
22-10-11, Specify a timeout on Azure IMDSHTTP requests and fix the resource URL
2519
2525
22-10-05, Remove spec front matter and``versionadded``RST macros (since spec version was removed)
2520
2526
22-09-26, Add behavior for automatic Azure KeyVault credentials for``kmsProviders``.
0 commit comments