-
Type: Investigation
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
-
Iteration Iguanodon
Use Case
As a... developer
I want... spec compliant TLS options
So that... I have expected TLS connection behaviour.
User Impact
None
Dependencies
None
Unknowns
None
Acceptance Criteria
Implementation Requirements
Remove the following deprecated options from the MongoClient and connection string:
- sslCA
- sslCRL
- sslCert
- sslKey
- sslPass
- sslValidate
- tlsCertificateFile
Testing Requirements
Remove any tests specifically testing these options.
Documentation Requirements
- Remove any references in documentation
- API docs on individual options
- Table that documents all the SSL and TLS options
- Official documentation (manual)
- Add section to the migration guide.
Follow Up Requirements
None