esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

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

Open virco opened this issue 1 year ago • 3 comments

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.

virco avatar Jun 29 '24 16:06 virco

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

al-TideLight avatar Jul 04 '24 12:07 al-TideLight

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 :-(

virco avatar Jul 04 '24 13:07 virco

Hello, have you changed for another like https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/protocols/esp_https_server.html ? I think to do it since i need update some of my work to last library :( Have you a fix or another https library ? Thanks.

AVDeveloppement avatar Aug 31 '24 09:08 AVDeveloppement