Closed ghost closed 6 years ago
Thank you for your time.
Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. GitHub issues are not used for questions, investigations, root cause analysis, discussions of potential issues, etc (as defined by this team).
We get at least a dozen of questions through various venues every single day, often light on details. At that rate GitHub issues can very quickly turn into a something impossible to navigate and make sense of even for our team. Because GitHub is a tool our team uses heavily nearly every day, the signal/noise ratio of issues is something we care about a lot.
Please post this to rabbitmq-users.
Thank you.
This plugin is not meant to work with ssl_cert_login_from
. That's a key that rabbitmq-auth-mechanism-ssl supports and some other plugins use because it makes sense in their context.
See this rabbitmq-users thread. x509 certificate authentication may or may not make sense in combination with authN backend plugins.
We don't know what the goal is here => this is mailing list material.
The stack trace says that rabbitmq_auth_backend_http.user_path is undefined
.
Make sure that your config file is loaded and effective configuration is what you expect. I see no evidence of rabbitmq-auth-mechanism-ssl having any impact on this.
While using http based authentication along with ssl certificate login, client is not able to connect to broker. The broker throws:
for the config file:
The configured urls are from the example bundled in the project.