-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 2.11.0
-
Component/s: Connectivity
-
None
I'm working in a Windows environment, using mongo server version 4.4 (tried with local windows version and linux version in docker).
If you take open source project https://github.com/ProximoSrl/NStore and set environment variables NSTORE_MONGODB to a valid connection value mongodb://admin:mypassword@localhost/nstore?authSource=admin you can verify that some of the tests fails with
MongoAuthenticationException : Server sent an invalid nonce.
The error is reproducible, it always happen.
No error with 4.0 mongodb server.
- is related to
-
CSHARP-2358 Sporadic exception opening connections: MongoDB.Driver.MongoAuthenticationException: Server sent an invalid nonce.
- Closed
- related to
-
CSHARP-3211 Add a multithreaded test in the existing test suite
- Backlog