You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last time I looked at this it appeared that SSL requires too much RAM be be feasible on the esp8266 with all of the other stuff the framework holds in memory - it needs about 20k of RAM just to to the handshake.
The UI doesn't accept port 8883 and 8884 for MQTT as AsyncMQTTClient does not support SSL connections.
marvinroger/async-mqtt-client#265 (comment)
The text was updated successfully, but these errors were encountered: