Description
I would like to see support for TLS without providing a self signed certificate chain.
I'm running mosquitto behind a proxy that handles SSL termination with letsencrypt issued certificates.
Connecting manually with the lib gmqtt
ssl=True
does the trick for me.
https://github.com/wialon/gmqtt/blob/4b84685ce1c079905da22eeb119f168f1350762c/gmqtt/client.py#L214