try to disable ssl for AMQP

This commit is contained in:
Miroslav Suchý 2015-01-28 14:21:10 +00:00
parent bca02bd864
commit 8a9a1c5ae8

View file

@ -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