Hello,We have done a RabbitMQ 3.8.0 setup through the Bitnami AMI on AWS on two different instances. We have configured the RabbitMQ's to support SSL for both AMQPS (5671) and the RabbitMQ management console (15671) successfully.Unfortunately, we seem to run into trouble when trying to couple the two servers together through federation. When trying to couple the servers with each other, or to an older setup which we're trying to migrate from we get an error saying "TLS client: In state hello received SERVER ALERT: Fatal - Insufficient Security". Nowhere in the message do we see anything related to ciphers.
We made sure to add our pem files into the AMQPS URL which we use in the upstream URL. A redacted example of it is: amqps://username:password@broker2.example.com/vhostname?cacertfile=/opt/bitnami/rabbitmq/etc/cacert.pem&certfile=/opt/bitnami/rabbitmq/etc/cert.pem&keyfile=/opt/bitnami/rabbitmq/etc/private.pem&verify=verify_peer&server_name_indication=broker1.example.com
--You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/20dcf83e-3094-4bcb-b698-c5e905ed8cf7%40googlegroups.com.Attachments:
- lograbbit.log
- rabbitmq-redacted.config
Sorry I posted the version of or old servers, we now want to place the severs on AWS with Bitnami running RabbitMQ 3.8.0 and Erlang 22.1 (like you can see in the log)
In or old servers the upstream is working OK, but not in the new 3.8.0
Sorry I posted the version of or old servers, we now want to place the severs on AWS with Bitnami running RabbitMQ 3.8.0 and Erlang 22.1 (like you can see in the log)
In or old servers the upstream is working OK, but not in the new 3.8.0
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.