Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12321

Document new TLS version logging configuration options

      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.

       

            Assignee:
            jeffrey.allen@mongodb.com Jeffrey Allen
            Reporter:
            spencer.brown@mongodb.com Spencer Brown
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              2 years, 28 weeks, 6 days ago