give up with rabbitmq ans ssl
when I configured both server and OS for ssl, I get: 2015-02-02 12:32:26.475 15074 ERROR neutron.openstack.common.rpc.common [-] AMQP server on 209.132.184.9:5671 is unreachable: [Errno 1] _ssl.c:504: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version. Trying again in 19 seconds I simply give up
This commit is contained in:
parent
3e6466e288
commit
c1d43488f8
2 changed files with 51 additions and 51 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