sivulich / mqttasgi

MQTT ASGI Protocol Server
MIT License
34 stars 15 forks source link

Add support for use ssl (without certificate authentication) and transport type #23

Closed ivanmviveros closed 1 year ago

ivanmviveros commented 1 year ago

Add the option to use ssl with CA signed server certificate and support to set the transport type, both are paho mqtt client options that are missing in this package and are required for my current project but i think they can be useful to extend the package functionality

sivulich commented 1 year ago

Love this change! Thanks for the contribution!