You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps we are overlooking something, but it appears the following two options are not configurable in client.cfg for use with rabbitmq that requires SSL:
plugin.rabbitmq.pool.1.ssl.cert
plugin.rabbitmq.pool.1.ssl.key
We made some quick modifications and were able to get this working by moving all 3 options (cert, key, and ciphers) in manifests/server/config/connector/rabbitmq/hosts_iteration.pp to manifests/common/config/connector/rabbitmq/hosts_iteration.pp.
If there is another way of managing these options, could you please let us know? Otherwise, I will submit a request to move these lines of code, however I'm not sure if there are other pieces that will conflict with this (perhaps the user ssl certs?).
The text was updated successfully, but these errors were encountered:
Perhaps we are overlooking something, but it appears the following two options are not configurable in client.cfg for use with rabbitmq that requires SSL:
We made some quick modifications and were able to get this working by moving all 3 options (cert, key, and ciphers) in manifests/server/config/connector/rabbitmq/hosts_iteration.pp to manifests/common/config/connector/rabbitmq/hosts_iteration.pp.
If there is another way of managing these options, could you please let us know? Otherwise, I will submit a request to move these lines of code, however I'm not sure if there are other pieces that will conflict with this (perhaps the user ssl certs?).
The text was updated successfully, but these errors were encountered: