[DRIVERS-778] Connect to mongocryptd with TCP (not domain sockets) Created: 03/Dec/19  Updated: 03/Jan/24  Resolved: 03/Jan/24

Status: Closed
Project: Drivers
Component/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Rathi Gnanasekaran Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
depends on CDRIVER-3468 Connect to mongocryptd with TCP (not ... Closed
depends on CSHARP-2882 Connect to mongocryptd with TCP (not ... Closed
depends on CXX-1896 Connect to mongocryptd with TCP (not ... Closed
depends on GODRIVER-1446 Connect to mongocryptd with TCP (not ... Closed
depends on JAVA-3560 Connect to mongocryptd with TCP (not ... Closed
depends on MOTOR-482 Connect to mongocryptd with TCP (not ... Closed
depends on NODE-2395 Connect to mongocryptd with TCP (not ... Closed
depends on PHPC-1517 Connect to mongocryptd with TCP (not ... Closed
depends on PYTHON-2087 Connect to mongocryptd with TCP (not ... Closed
depends on RUBY-2050 Connect to mongocryptd with TCP (not ... Closed
Driver Compliance:
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

 Description   

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).


Generated at Thu Feb 08 08:22:21 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.