Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
Description
Description
SERVER-36250 added support in versions 3.6.9, 4.0.4, and 3.4.19 for a new configuration option. The option tells mongod and mongos to log a message when a client connects using specific versions of TLS. This should be documented as a configuration option.
Here's an example which will log connections using TLS versions 1.0 or 1.1:
|
net:
|
tls:
|
logVersions: "TLS1_0,TLS1_1"
|
Scope of changes
Update docs to include new configuration file option
backport with notes about specific fix version where introduced.