Rabbit server fails to start with credentials_obfuscation
error
#2881
-
Hello, after installing latest
is there any clue how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
is the line you are looking for. Ubuntu 18.04 provides Erlang 20.2 and RabbitMQ 3.8.14 requires 22.3 or 23.x. See Installing Erlang/OTP on Debian and Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
low_entropy? Any idea? Ubuntu 20.04 |
Beta Was this translation helpful? Give feedback.
is the line you are looking for.
crypto:cipher_info/1
is a function that's not available in your Erlang installation. Either it does not include crypto/TLS modules at all (e.g. OpenSSL was not found when building) or you are running an Erlang version that is too old.Ubuntu 18.04 provides Erlang 20.2 and RabbitMQ 3.8.14 requires 22.3 or 23.x. See Installing Erlang/OTP on Debian and Ubuntu.