sensu / sensu-ansible

An Ansible role to deploy a fully dynamic Sensu stack!
https://ansible-sensu.readthedocs.io
MIT License
126 stars 96 forks source link

sensu cannot connect to rabbitmq if SSL is enabled #183

Closed mkobel closed 5 years ago

mkobel commented 6 years ago

Output of sensu-client and sensu-api:

{"timestamp":"2018-08-13T19:38:44.503821+0000","level":"warn","message":"transport connection error","reason":"tcp connection lost"}
{"timestamp":"2018-08-13T19:38:44.504147+0000","level":"warn","message":"transport connection error","reason":"possible authentication failure. wrong credentials?","user":"sensu"}

Output of rabbitmq:

2018-08-13 19:38:44.503 [info] <0.576.0> TLS server: In state hello at tls_handshake.erl:197 generated SERVER ALERT: Fatal - Insufficient Security - no_suitable_ciphers

OS: Debian 9.5 Erlang: 20.3-1 Rabbitmq: 3.7.7-1 Sensu: 1.4.3-1

jaredledvina commented 6 years ago

Hrm, well this is a new one. @mkobel - Which version of this role are you using?

mkobel commented 6 years ago

@jaredledvina 2.6.0

jaredledvina commented 5 years ago

My understanding is that https://github.com/sensu/sensu-ansible/pull/184 fixed up the issue here, but if that's not the case, let me know and we can keep troubleshooting.