Observering "EXTERNAL login refused: rabbit_auth_backend_http failed" issue for 10 mins on setup #10484
-
Observing below error for 10 mins with rabbitmq Under what circumstances can these error are expected ? |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Feb 6, 2024
Replies: 1 comment 2 replies
-
When the plugin cannot connect to the service it is pointed to. The log message mentions the hostname and the port. We cannot suggest much with a single log entry. The plugin has half a dozen of examples of HTTP-based services. Even then, it's up to you to configure the URLs correctly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is nothing new in this message, the plugin very clearly logs that it fails to connect to the HTTP endpoints it was configured to use.
I don't know what service does
come from but looks like it may be Erlang/OTP's TLS implementation. And all it is is a warning.
Focus on investigating what are the HTTP endpoints configured to be used by the
rabbitmq_auth_backend_http
plugin, and why it may not be reachable. We have a methodology to recommend for troubleshooting networking (it applies well beyond RabbitMQ nodes).We cannot tell you why your internal HTTP service is not reachable. If you cannot figure…