-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rabbitmq-3.9.6 no users/vhost being created #29
Comments
Hi @Sweatha-g Could you provide a configuration example of your vhost/user? |
I have the same error. Terraform version: provider 1.6.0 Brand new linux container (rabbitmq:3.10-management-alpine), login with guest user created by default. Rabbitmq runs behind a traefik reverse proxy acting just as an ssl endpoint vhost declaration:
Error: Error 405 (Error 405 from RabbitMQ: EOF): ******************* EDIT ********************************** -> found the issue, i let a trailing slash (https://myhost/) in the rabbitmq endpoint in the configuration of the provider.... maybe a good idea to sanitize inputs for dummy people like me |
Same issue here using provider v1.8.0 and RabbitMQ 3.12.6. No trailing slash on the endpoint. :) I can use
|
Found it per this the endpoint URL shouldn't have |
@cyrilgdn I am using rabbit version 3.9.6 and using latest provider v1.6.0 to create resources and it throws error while creating my vhost and user " Error 405 from RabbitMQ:EOF"
The text was updated successfully, but these errors were encountered: