Hi everyone,
I´m work on a project were i have to stablish a mqtt connection with a RabbitMQ broker thats have user/pass auth and tls without certificate validate. My application works fine with a lot of others brokers (Nordic, Eclipse, Mosquitto and our own broker), but cant´t connect with broker of our customer. After analyze the rabbitmq server logs , seems that are some question about tls handshake timming and this makes 9160 close the connection early. I tried find some parameter were i can change the tls handshake timeout, but without success. Somone already see something like that?
Some help are welcome.