-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Currently the driver allows a list of TLS related options to be passed through when creating the TLS socket. These live in this constant: https://github.com/mongodb/node-mongodb-native/blob/main/src/cmap/connect.ts#L254
We currently do not support passing through secureOptions, which is needed to configure the override noted in https://jira.mongodb.org/browse/HELP-55329
AC:
Implementation:
- Add secureOptions to the list of passed through TLS options.
Testing:
- Test that the option gets passed into tls.connect()
- related to
-
DRIVERS-2823 Ensure openssl legacy unsafe renegotiation can be configured via the MongoClient
- Implementing