I am unable to use a client certificate with an emailAddress field with MongoDB 3.7.9 Enterprise on OS X. If I try to use it using the mongo shell the shell returns:
Failed global initialization: InvalidSSLConfiguration Unknown OID: 0x7FCA5FD249A0
If I try to connect using the mgo driver the driver hangs (it keeps retrying to connect) and mongod logs:
2018-05-03T16:24:22.792-0400 I NETWORK [conn24] Error receiving request from client: InvalidSSLConfiguration: Unknown OID: 0x7FFDF2913A40. Ending connection from 10.4.110.43:55478 (connection id: 24)
I've only noticed this on OS X. Other OS's appear to not have this problem.
- is related to
-
SERVER-34631 Upgrade error from 3.7.3 to 3.7.5
- Closed