Using SSL with mqtt client in Esphome with pro panel

Hallo.

I'd like to purchase an alarm pro panel and flash it with the supported Esphome firmware in order to use its mqtt client capability.

Since in mqtt client authentication the username and password are sent in clear-text I'd like to use SSL to encrypt the communication between the mqtt broker and the Konnected pro panel.

But on the Esphome help page related to mqtt client configuration it is stated that the ESP32 chip does not yet support the "ssl_fingerprints" option, so this means that the communication cannot be encrypted.

So, my question is if there's a way to encrypt the communication between the pro panel and a mqtt broker server with Esphome or any other firmware.

Thanks a lot