Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
TLS connection to AMQP broker doesn't work even after #16504 fix.
Steps to reproduce:
Generate certificates using this script:
#!/bin/bash
mkdir certificates
git clone https://github.com/michaelklishin/tls-gen tls-gen
cd tls-gen/basic
make PASSWORD=
make verify
make info
cp result/* -R ../../certificates/
ls -l ../../certificates
A note for the community
Problem
TLS connection to AMQP broker doesn't work even after #16504 fix. Steps to reproduce:
rabbitmq.conf
)Configuration
Version
vector 0.29.0 (x86_64-unknown-linux-gnu 1de94ee 2023-03-21)
Debug Output
Example Data
No response
Additional Context
No response
References
16888