esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.

Results 96 esp32_https_server issues
Sort by recently updated
recently updated
newest added

**Description** When using chrome 99.0.4844.51 (linux) to access the HTTPS server, the microcontroller goes into a infinite loop. It happens when it is parsing the client headers. **How To Reproduce**...

The heap will fill up with memory leaks if the pointer of previous clients is nullified without freeing up their allocated memory.

Using the Arduino 2.0 IDE, setting Tools->Core Debug Level to Debug gives compile errors. Levels None and Warn are ok. ``` In file included from ...\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.4\cores\esp32/esp32-hal.h:76, from ...\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.4\cores\esp32/Arduino.h:36, from ...\Documents\Arduino\libraries\ESP32_HTTPS_Server\src\WebsocketHandler.hpp:4,...

I wrote a http post command to control the sensor of the esp32 board. I encountered a problem. It seems that https will take a long time(1~1.5 sec) to parse...

**Describe the bug** Receiving the following error when opening the IP address specified in the the Self-Signed_Certificate example: 16:38:10.846 -> [HTTPS:I] New connection. Socket FID=55 16:38:12.065 -> [HTTPS:E] SSL_accept failed....

Hi, this pr is a small fix for compiling with ESP32. Fixes #136 Moreover, this pr fixes the default behavior for `Connection` header. Please see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection Regards

**Describe Your Goal** I want to use my key-pair certificates directly from filesystem **What Does Your Project Look Like** I'm using LITTLEFS library along with esp32_https_server. I want to serve...

**Describe the bug** Compiling your library (downloaded vai library manager) you get an "hwcrypto/sha.h: No such file or directory". **Solution** change "#include " in HTTPConnection.hpp to "#include "

Allow to use `std::functional` or `std::bind` to be used with `ResourceNode`s. Needs a bit of testing before merging. **References** - Closes #90