Add support for use ssl (without certificate authentication) and transport type
Added two new options for the MQTTAsgi configuration:
Parameter | Explanation | Environment variable | Default |
---|---|---|---|
-SSL / --use-ssl | Use ssl (without certificate authentication) | MQTT_USE_SSL | False |
-T / --transport | Transport type (tcp or websockets) | MQTT_TRANSPORT | tcp |