Please enable JavaScript to view this site.

Administration manual

Navigation: Tech Doc > RabbitMQ - Communication via SSL

JobRouter configuration file adaption

Scroll Prev Top Next More

To enable the communication between PHP and RabbitMQ via SSL, the adaption of the JobRouter configuration file config.php is mandatory.

Example:

return [

    'db' => [

        ...

    ],

    'rabbitmq' => [

        'cacert' => 'C:\certs\rabbitmq\cacert.pem',

    ],

];