RabbitMQ - Security and Operations
Identify the error in this RabbitMQ configuration snippet for securing messages:
listeners.tcp.default = 5672
ssl_options.cacertfile = /path/to/cacert.pem
ssl_options.certfile = /path/to/cert.pem
ssl_options.keyfile = /path/to/key.pem
ssl_options.verify = verify_none