Hello, yes, we have configured correct CN in client certificate, enabled the plugin authentication SSL and disabled the verification of peer.
As said we are able to connect via MQTTx client to Rabbitmq without any issue using the same certificates used with Mosquitto server and Rabbitmq server but if we use with Arduino esp8266 or esp idf the same certificates we are not able to connect to Rabbitmq but we are able to Mosquitto
Same certificates for server and client:
MQTTx<->Mosquitto: OK
MQTTx<->Rabbitmq: OK
Mosquitto client <-> Rabbitmq: OK
mosquitto client <-> Mosquitto: OK
Arduino Esp8266 <-> Mosquitto: OK
Esp-idf <-> Rabbitmq: KO
Arduino Esp8266 <-> Mosquitto: OK
Esp-idf Esp8266 <-> RabbitMq: KO
We don't have any logs on the Rabbitmq server, can you suggest any way to debug what is going on?