lukebakken/rabbitmq-users-crl-6LjcEo9cn98

fail_if_no_peer_cert

Closed this issue · 1 comments

Hey
first of all thanks for this.
I have tried these instructions

docker version
docker compose version
git clone https://github.com/lukebakken/rabbitmq-users-crl-6LjcEo9cn98.git
cd rabbitmq-users-crl-6LjcEo9cn98
git submodule update --init
docker compose build --no-cache --pull
docker compose up --no-color |& tee /tmp/crl-6LjcEo9cn98-logs.txt

however I get this error fail_if_no_peer_cert}}
crl-6LjcEo9cn98-logs.txt

So I can't really reproduce this code on my Mac.
Could you assist please?

@unfixa1 - you are not correct. The error is clear:

Federation exchange 'federated-direct' in vhost '/' did not connect to exchange 'federated-direct' in vhost '/' on amqps://rmq0.
Reason: {error,
{option,
 server_only,
 fail_if_no_peer_cert}}

There is an error in the configuration for my example. Prior to Erlang 26, TLS options were not strictly validated. Now they are. This commit should fix it:

0236455