HTTPS server on WT32_ETH01? #11
Replies: 3 comments 1 reply
-
It's much easier to use ESP32 code, and convert to use for WT32_ETH01. I haven't done this, but even don't expect any issue. You can either use the esp32_https_server library or ESP32: HTTPS web server tutorial Just follow and compare the codes of ESP32 and WT32_ETH01, then you'll know what to do. For example ESP32's HelloServer and WT32_ETH01's HelloServer Good Luck, |
Beta Was this translation helpful? Give feedback.
-
Hi @PyCoder040 I just created a fork of esp32_https_server at KH forked ESP32_HTTPS_Server to fix the compile issue and add examples to support WT32_ETH01 Tested OK so far. Please give it a try and inform if there is any error. |
Beta Was this translation helpful? Give feedback.
-
Hi @PyCoder040 Please test the new ESP32_HTTPS_Server v1.1.1, with the following I'm thinking about create a new
|
Beta Was this translation helpful? Give feedback.
-
Will this library ever support an HTTPS server on the WT32_ETH01?
I also notice you have a library called EthernetWebServer_SSL, but it seems to support all Ethernet chips except LAN8720 which is part of the WT32.
Beta Was this translation helpful? Give feedback.
All reactions