rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Add TLS/SSL configuration for `rabbitmq_auth_backend_http` to cuttlefish schema

Open lukebakken opened this issue 1 year ago • 1 comments

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

lukebakken avatar Jan 04 '24 15:01 lukebakken

@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.

michaelklishin avatar Jan 09 '24 18:01 michaelklishin