RabbitMQ Http Authentication Backend with SSL

Viewed 73

When I try to configure the rabbitmq_auth_backend_http as described here it gives me the following errors:

rabbit-1_1  | 22:12:08.330 [error] You've tried to set rabbitmq_auth_backend_http.ssl_options.cacertfile, but there is no setting with that name.
rabbit-1_1  | 22:12:08.330 [error] Did you mean one of these?
rabbit-1_1  | 22:12:08.560 [error]      auth_ldap.ssl_options.cacertfile
[...]

Without SSL it works fine. So the plugin is loaded and working. Just configuring SSL client authentication fails for me. Am I missing something?

0 Answers
Related