rabbitmq-server
rabbitmq-server copied to clipboard
Add TLS/SSL configuration for `rabbitmq_auth_backend_http` to cuttlefish schema
Is your feature request related to a problem? Please describe.
Since OTP26, the ssl application defaults to verify_peer, which means that a CA certificate must be available to verify HTTPS requests. In this case, the user would like to disable peer verification but to do so requires the advanced.config file~
https://groups.google.com/g/rabbitmq-users/c/l9slEl1fq_s
Describe the solution you'd like
Add the appropriate ssl_options to rabbitmq.conf
Describe alternatives you've considered
N/A
Additional context
N/A
@shifeichen if you want to share or investigate something, please start a Discussion. Our team uses GitHub issues for specific, actionable, reasonably well understood problems. We do not use them for discussions, troubleshooting, questions, ideas, and so on.