-
Type: Improvement
-
Resolution: Fixed
-
Priority: 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).
- depends on
-
CDRIVER-3468 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
CSHARP-2882 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
CXX-1896 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
GODRIVER-1446 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
JAVA-3560 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
MOTOR-482 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
NODE-2395 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
PHPC-1517 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
PYTHON-2087 Connect to mongocryptd with TCP (not domain sockets)
- Closed
-
RUBY-2050 Connect to mongocryptd with TCP (not domain sockets)
- Closed