Skip to content

Dynamic Shovels are not working between both SSL Rabbit brokers #12757

Closed Answered by michaelklishin
kadudhularavi asked this question in Other
Discussion options

You must be logged in to vote

@kadudhularavi please use Discussions for question. You haven't provided any evidence of a bug.

Our team will not troubleshoot TLS for you. We have, however, written an extensive guide explaining how to do it efficiently and with minimum guessing.

We do not have RabbitMQ version, Erlang version (yes, it matters), or any details to work with.

There is, however, a hint right in the exception:

{options,incompatible,[{verify,verify_peer},{cacerts,undefined}]}

This Shovel is configured to perform peer verification using the verify setting set to verify_peer but you haven't provided any CA certificates, so the TLS implementation in Erlang
cannot possibly verify the peer's certificate against a…

Replies: 1 comment

Comment options

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

This discussion was converted from issue #12757 on November 19, 2024 10:19.