server icon indicating copy to clipboard operation
server copied to clipboard

Fix RabbitMQ Certificate Connection Bug

Open yarondlugin opened this issue 2 months ago • 1 comments

When connecting to RabbitMQ with certificate and key, it is necessary to define the credentials object in the amqp.connect function. This object is now conditionally applied when the client configuration contains cert, key, and ca.

Without this change, onlyoffice cannot connect to external RabbitMQ clusters that only enable secure connection with certificates.

yarondlugin avatar Oct 29 '25 09:10 yarondlugin

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 29 '25 09:10 CLAassistant