Skip to content

Support for ESP32 and W5500 based Secure Ethernet for HTTPS or MQTTS? #44

@winnergeorge

Description

@winnergeorge

I tried with W5500 connected with ESP32 and PubSubClient library for Secured MQTT

EthernetClient LANClient;
SSLClient secureClientEth(&LANClient);
PubSubClient mqttEthClient(secureClientEth);

EthernetLarge library is used. The code does get compiled however messages dont get published to the Broker. Anyone tried this for Ethernet and got success?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions