fhessel / esp32_https_server

Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.
MIT License
330 stars 118 forks source link

Not supported for ESP32-C6 and other introduced in V3+ Arduino framework #183

Open virco opened 1 week ago

virco commented 1 week ago

V3 arduino-esp32 Library introduces support of ESp32-C6 and other new SoC's.

Unfortunately, it looks like "openssl/ssl.h" is abandoned and the recommendation is to use esp_tls.h instead.

al-TideLight commented 3 days ago

Im also having this issue, would love to know if you figured out a sucessful work around for this.

virco commented 3 days ago

Im also having this issue, would love to know if you figured out a sucessful work around for this.

No, still waiting for for some solution or workaround to be shared :-(