Set ssl_verify to verify_peer with rabbitmq
With ssl_fail_if_no_peer_cert to true and ssl_verify as 'verify_none' i.e default it no longer works with EL9, so let's set both. Also as per doc[1] ssl_fail_if_no_peer_cert is used in conjuction with verify=verify_peer. [1] https://erlang.org/doc/man/ssl.html Change-Id: I4501db5c9d3d1e5155527d2a2dac7abd700ca6c8
This commit is contained in:
parent
4dd2a7d0b2
commit
0f9f5b3adc
@ -35,7 +35,7 @@ define packstack::amqp::enable_rabbitmq {
|
||||
repos_ensure => false,
|
||||
admin_enable => false,
|
||||
loopback_users => [],
|
||||
# FIXME: it's ugly to not to require client certs
|
||||
ssl_verify => 'verify_peer',
|
||||
ssl_fail_if_no_peer_cert => true,
|
||||
config_ranch => false,
|
||||
tcp_keepalive => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user