The RabbitMQ connection configuration hardcodes InsecureSkipVerify: true, sending AMQP credentials (username/password) over a TLS connection that accepts any certificate.
Remediation: Remove InsecureSkipVerify: true. Add a configurable option if self-signed certs are needed.
The RabbitMQ connection configuration hardcodes InsecureSkipVerify: true, sending AMQP credentials (username/password) over a TLS connection that accepts any certificate.
Remediation: Remove InsecureSkipVerify: true. Add a configurable option if self-signed certs are needed.