I enabled SSL in rabbitmq on a test Zenoss instance and all but "zenactiond" will not connect to it. I see these errors.
2024-08-28 17:46:46,828 WARNING zen.protocols.twisted: Error authenticating to localhost as zenoss
=ERROR REPORT==== 28-Aug-2024::17:46:46 ===
SSL: hello: ./ssl_record.erl:366:Fatal error: record overflow
=ERROR REPORT==== 28-Aug-2024::17:46:49 ===
error on AMQP connection <0.13434.0>: {ssl_upgrade_error, "record overflow"}
Looking for Erlang R14B04 code, it seems related to Cipher length causing the "record overflow" issue.
The Certificate Cipher is DHE-RSA-AES256-SHA and Openssl version is 1.0.1e
Trying to figure out a way to debug this and find the cause of this trouble.
Does anyone have any ideas?
Thanks