-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1.0
-
Component/s: None
-
None
The error message "Received invalid SCRAM reply from MongoDB server" really doesn't mean anything to a normal user.
I'd suggest to use the actual error message from MongoDB - which makes whole lot more sense (albeit, still inaccurate): "Authentication failed."
In reality, the username didn't exist - but that is an implementation detail we shouldn't expose to the user: SERVER-15295