Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongodb bug - Can't pass authentification #1928

Closed
johnnytolengo opened this issue Jan 14, 2022 · 1 comment
Closed

Mongodb bug - Can't pass authentification #1928

johnnytolengo opened this issue Jan 14, 2022 · 1 comment

Comments

@johnnytolengo
Copy link
Contributor

Confirmed Bug, Vernemq 1.12.4 release can't connect to last Mongodb v5.0 it loops getting Can't pass authentification

The problem is the erlang-pbkdf2 old library used, the bug is gone upgrading the that library to last version:
commit: d221d66f159d75ff6cdbb95c913db3caf156a8dd

Using that commit d221d66f159d75ff6cdbb95c913db3caf156a8dd the problem is gone.

By the way I also updated mongodb-erlang too.

My modifications were rebar.lock:

 {git,"git://github.com/comtihon/mongodb-erlang.git",
       {ref,"3384119c9236eda137ea34079b4ca196cbefdf27"}},

and

{git,"git://github.com/comtihon/erlang-pbkdf2.git",
      {ref,"d221d66f159d75ff6cdbb95c913db3caf156a8dd"}},
@ioolkos
Copy link
Contributor

ioolkos commented Jan 17, 2022

Fixed in master, as of: #1929

@ioolkos ioolkos closed this as completed Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants