We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am having issues to force the plugin to connect to rabbitmq through https. Even the following config
rabbitmq: name: EU-TEST-RABBITMQ-DOWN scheme: https host: localhost port: 15671 verify_ssl_cert: true username: admin password: **********
doesn't force https. Any idea how to force https?
The text was updated successfully, but these errors were encountered:
I looked in the plugin and it looks like you need a directive secure: true
Sorry, something went wrong.
No branches or pull requests
Hello,
I am having issues to force the plugin to connect to rabbitmq through https. Even the following config
rabbitmq: name: EU-TEST-RABBITMQ-DOWN scheme: https host: localhost port: 15671 verify_ssl_cert: true username: admin password: **********
doesn't force https. Any idea how to force https?
The text was updated successfully, but these errors were encountered: