Skip to content
Discussion options

You must be logged in to vote
{undef,[{crypto,cipher_info,[aes_128_cbc],[]}

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.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@michaelklishin
Comment options

@Zorato
Comment options

@JamesYLiberis
Comment options

Answer selected by michaelklishin
Comment options

You must be logged in to vote
2 replies
@lukebakken
Comment options

@ArcticSnowman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #2880 on March 08, 2021 23:52.