I want to implement gmqtt with tls.
I found this solution :
import asyncio import socket import ssl from gmqtt import Client async def main