Skip to content
Discussion options

You must be logged in to vote

@Abraxos - please take a look at this project's tls branch:

https://github.com/lukebakken/docker-rabbitmq-cluster/tree/tls

Everything works correctly using inter-node TLS. Note that the docker image is currently using Erlang 25.3.2.2.

I'm guessing that, in your case, there may be something that Erlang doesn't like about the certs created by mkcrt. The above project uses our tls-gen project which we know creates certificates that can be used by Erlang.

Start by comparing my project and its configuration files to yours, as well as the X509 certs themselves. Use this command to see a text representation of the certs:

openssl x509 -text -in rmq0/server_rmq0.local_certificate.pem

Be sure to …

Replies: 7 comments 31 replies

Comment options

You must be logged in to vote
13 replies
@Abraxos
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

@Abraxos
Comment options

@Abraxos
Comment options

Comment options

You must be logged in to vote
9 replies
@Abraxos
Comment options

@michaelklishin
Comment options

@Abraxos
Comment options

@Abraxos
Comment options

@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Abraxos
Comment options

Comment options

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

@lukebakken
Comment options

@Abraxos
Comment options

Comment options

You must be logged in to vote
5 replies
@Abraxos
Comment options

@Abraxos
Comment options

@Abraxos
Comment options

@lukebakken
Comment options

@michaelklishin
Comment options

Answer selected by Abraxos
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #8560 on June 13, 2023 23:34.