Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-778

Connect to mongocryptd with TCP (not domain sockets)

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • None

      The spec currently claims that drivers default to using domain sockets to connect to mongocryptd when possible:

      // Defaults to "mongodb://%2Ftmp%2Fmongocryptd.sock" if domain sockets are available or
      // "mongodb://localhost:27020" otherwise.

      However, due to SERVER-41826 drivers should instead default to connecting via "mongodb://localhost:27020" and not the domain socket. It's very possible all drivers are already connecting via "mongodb://localhost:27020" by default (as Java, Node, Python, Go do, and .NET doesn't support domain sockets).

            Assignee:
            Unassigned Unassigned
            Reporter:
            rathi.gnanasekaran Rathi Gnanasekaran
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: