Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
Description
----------------------------
Original Description
Description:
Command line/config options with "ssl" are now deprecated--canonical versions are now their "tls" counterparts (excluding options with "openssl").
Engineering Ticket Description:
Today to start the server with TLS, you may run a command like:
./mongod --sslMode requireSSL --sslPEMKeyFile server.pem
This is slightly misleading, because the server does not speak SSL, which is a deprecated protocol. We should have aliases to equivalent options which use the name "tls". This will make users understand and feel better about their security posture.
----------------------------
Description
Scope of changes (files that need work and how much)
Impact to other docs outside of this product
MVP (work and date?)
Resources (e.g. Scope Docs, Invision)
Attachments
Issue Links
- documents
-
SERVER-29917 Alias server options starting with 'ssl' to parameters starting with 'tls'
-
- Closed
-