Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24682

allowConnectionsWithoutCertificates not working

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.0.6
    • Component/s: Security
    • Labels:
      None
    • ALL
    • Hide

      set ssl.mode to requireSSL
      set PEMKeyFile
      and set CAFile

      attempt to connect with mongo shell
      whatever the value of allowConnectionsWithoutCertificates is (either true or false), mongo will not connect and the server log contains the message "no SSL certificate provided by user"

      Show
      set ssl.mode to requireSSL set PEMKeyFile and set CAFile attempt to connect with mongo shell whatever the value of allowConnectionsWithoutCertificates is (either true or false), mongo will not connect and the server log contains the message "no SSL certificate provided by user"

      When setting net.ssl.mode to requireSSL and when specifying a
      net.ssl.CAFile the option allowConnectionsWithoutCertificates is ignored irrespective of whether it is set to true or false. (Also, the documentation talks about enabled and disabled, rather than true or false.)

      db version v3.0.6
      git version: 1ef45a23a4c5e3480ac919b28afcba3c615488f2

            Assignee:
            kelsey.schubert@mongodb.com Kelsey Schubert
            Reporter:
            oreste Oreste Panaia
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: