-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.0.18
-
Component/s: None
-
None
-
Server Security
-
ALL
-
-
Security 2023-05-29, Security 2023-06-12, Security 2023-07-10, Security 2023-07-24, Security 2023-08-07, Security 2023-10-02, Security 2023-10-16, Security 2023-10-30
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
When running mongoDB v4.0+ under a domain user account, it will attempt to connect to the system certificate store, even if not configured to be used in the .conf file. This will cause the server to make a type 3 connection to the domain controller. If this connection is disallowed by group policy, mongoDB will crash with the following error:
Failed global initialization: InvalidSSLConfiguration: CryptAcquireContextW failed The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation
This does not affect local accounts or the System account.