Authentication with certificate

Hello, I already made mutual TLS security on my hivemq broker and client side.
It works fine, but client needs username and password to connect broker.
What does it need to authenticate only with certificate and exchange data without any username and password?

Hi @Kirtadze,

TLS and authentication are decoupled. Most likely case is that you have an extension that requires username/password.

Can you please list all the extensions you are using? Also the hivemq.log and event.log (you can find them in log folder).

Greetings,
Michael from the HiveMQ team