|
Hi jhnsartain3@gmail.com,
Thank you for your report. We tried to reproduce your issue using version 2.10.2 of the driver and were able to successfully connect to an Atlas cluster that uses a mongodb+srv connection string similar to the one you provided. Based off the logs you provided, I can also see that a MongoDB.Driver.MongoAuthenticationException is being thrown
MongoDB.Driver.MongoAuthenticationException: Unable to authenticate using sasl protocol mechanism SCRAM-SHA-1.
|
---> MongoDB.Driver.MongoCommandException: Command saslStart failed: Authentication failed.
|
Given the presence of the exception, I might recommend double checking the credentials in your connection string and also ensuring that the user has been added to the database with the correct role.
As your report does not appear to describe a bug specific to .NET/C# driver and the CSHARP project is for reporting bugs or feature suggestions for the driver, I think the MongoDB Community Forums may be a better place for your question. If you have more information that would indicate that there's a bug in the C#/.NET driver, we would be more than happy to investigate.
Kind regards,
Vincent
|