Skip to content
Discussion options

You must be logged in to vote

the bellow error

{option, server_only, fail_if_no_peer_cert}

hints at that fail_if_no_peer_cert is a server-side only TLS option and since Erlang 26 it does not allow it as a client-side option (earlier it was just ignored)

try removing it from your advanced config's rabbitmq_auth_backend_http section

(see for example rabbitmq/rabbitmq-website#1933)

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@devfinwiz
Comment options

@devfinwiz
Comment options

@gomoripeti
Comment options

@devfinwiz
Comment options

Answer selected by devfinwiz
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