Navigation: Tech Doc > RabbitMQ - Communication via SSL
JobRouter configuration file adaption
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',
];