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
    • Labels:
      None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      PHPC-1517 Works as Designed
      JAVA-3560 Works as Designed
      GODRIVER-1446 Done
      MOTOR-482 Works as Designed
      NODE-2395 Won't Fix
      RUBY-2050 Works as Designed
      CSHARP-2882 Done
      CDRIVER-3468 Duplicate 1.16.0
      CXX-1896 Gone away
      PYTHON-2087 Duplicate
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion PHPC-1517 Works as Designed JAVA-3560 Works as Designed GODRIVER-1446 Done MOTOR-482 Works as Designed NODE-2395 Won't Fix RUBY-2050 Works as Designed CSHARP-2882 Done CDRIVER-3468 Duplicate 1.16.0 CXX-1896 Gone away PYTHON-2087 Duplicate

      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: