try to disable ssl for AMQP
This commit is contained in:
parent
bca02bd864
commit
8a9a1c5ae8
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ CONFIG_AMQP_BACKEND=rabbitmq
|
|||
CONFIG_AMQP_HOST={{ controller_public_ip }}
|
||||
|
||||
# Enable SSL for the AMQP service
|
||||
CONFIG_AMQP_ENABLE_SSL=y
|
||||
CONFIG_AMQP_ENABLE_SSL=n
|
||||
|
||||
# Enable Authentication for the AMQP service
|
||||
CONFIG_AMQP_ENABLE_AUTH=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue