Hi,
We've been installing RabbitMQ on various systems for a while now using wildcard certificates. We have recently come across one that doesn't seem to work. When using rabbitmqctl, rabbitmq-diagnostics etc. we get the classic "TCP connection succeeded but Erlang distribution failed". This only happens when we set verify_peer in the rabbitmq.config and inter_node_tls.config files. With verify_none it works fine, leading me to suspect that verification is failing. I have tried the troubleshooting commands in the tls troubleshooting docs and can't find any obvious issues. Is there any way I can get more information about what is failing the erlang verification with this certificate? The subject is of the format:
E =
in...@domain.co.uk, CN = *.
domain.com, OU = Company, O = Company Ltd, L = Location, S = County, C = GB
It is directly signed by a CA with no intermediates.
Any help would be much appreciated,
Thanks,
Lexi