SSPkrolik / nimongo

Pure Nim lang MongoDB driver
http://sspkrolik.github.io/nimongo
MIT License
101 stars 20 forks source link

authentication failed #68

Closed 15174400 closed 5 years ago

15174400 commented 5 years ago

run nimongotest. mongodb show error: SCRAM-SHA-1 authentication failed for test2 on testdb from client 127.0.0.1:52419 ; AuthenticationFailed: SCRAM-SHA-1 authentication failed, storedKey mismatch

JohnAD commented 5 years ago

@15174400 Did you ever get this to work?

I see that Nim changed it's sha1 algorithm on Oct 9, 2018 and I wonder if this is broken now. I've tested multiple systems and can't get SCRAM-SHA-1 auth to work.