Rust code snippet to connect to RabbitMQ with TLS and password authentication

…but not verifying host certificate.

The key is to use a custom connector because the unsafe option is not exposed from the high level API.

Code here:

https://gitlab.com/-/snippets/2550284

Published by