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
There is TLS support/processor in only Wifi module (ESP8266) not in Ethernet module (ESP32) or shield (w5100). You can use TLS with 'WifiClientSecure' library (only for Wifi modules/shields) but could not use 'EthernetClient' library (There is no support for TLS). Flespi.io (with Adafruit MQ) supports TLS but in their sample code they used 'WifiClientSecure' structure.
We can use secure+free MQTT (with SSL) (MQTTS). Like Flespi MQQT Broker and Adafruit MQTT Library. Additional information:
The text was updated successfully, but these errors were encountered: