Page 1 of 1
ESP32 TLS Over Lan8720
Posted: Tue Jun 12, 2018 5:10 am
by thethinker
Hello,
I'm just wondering if we have TLS support for ethernet on ESP32 or not? All the examples I have been able to find are for WiFi.
Re: ESP32 TLS Over Lan8720
Posted: Tue Jun 12, 2018 9:31 am
by WiFive
Yes, it should not depend on the network interface.
Re: ESP32 TLS Over Lan8720
Posted: Wed Jun 13, 2018 1:26 am
by ESP_Angus
As WiFive says, any network level functionality should work the same over Ethernet as WiFi.
We've recently identified this is a shortcoming in examples (not a lot of Ethernet network examples). Until we release new ones, you can take the code from a WiFi-based network example, remove the WiFi-specific initialization and event names and swap in Ethernet initialization & events
Angus