Description
I am trying to access the HTTPS server through ethernet, to achieve this I have modified the HTTPS (Async Server Example) code to handle an ethernet connection (by adding an ethernet connection code).
WiFi.begin(WIFI_SSID, WIFI_PSK);
I have replaced the above code with Ethernet.begin(mac, ip);
using the native ethernet library(https://github.com/arduino-libraries/Ethernet) to connect ethernet.
Code compiles successfully but when the code is uploaded ESP32 board keeps on rebooting.
HTTPS server works as expected in this library and HTTP server work well using the native ethernet library but when I am trying to club the code by replacing the wifi connection with the ethernet connection I am facing this issue.
Also tried having both wifi and ethernet connected the code compiles and uploaded successfully in this case with WIFI IP I can able to access the web server but can't access it with EthernetIP
I want to achieve an HTTPS web server through the ethernet connection in this board. Please let me know if I am missing anything.
ESP32 Module
- Adafruit feather espressif esp32 s3 mini