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

Encryption of wire protocol with SSL

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0
    • Affects Version/s: None
    • Component/s: Networking, Security
    • Labels:
      None

      Currently, the Mongo Wire protocol sends the data essentially in clear-text. This has two implications for my user scenario. First is that there's a lot of network traffic generated for queries. When reports are run and many fields of data are retrieved, I get the same field name over and over. Some compression here would speed up the delivery of the data. The query itself is lightning fast, but the transaction is slowed down by the movement of the massive amount of data.

      Second, the clear-text has security implications. Running SSL or some similar secure wire protocol could solve potentially both these issues.

      Thanks!

      Edit: Need to support auto-negotiation, and optional (both ssl/non-ssl connections), preferred and forced modes.
      https://jira.mongodb.org/browse/SERVER-524?focusedCommentId=101574#comment-101574

            Created:
            Updated:
            Resolved: