esp32_https_server
esp32_https_server copied to clipboard
Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.
Hello, **Describe Your Goal** I create this issue because I would like to upload files with esp32_https_server. Before I was using WebServer.h which allowed to have the upload() function. Then...
Hello I have a problem with the library on the ESP32 platform. The situation is as follows: 1) I start the HTTPS server 2) I connect to the server using...
**Is your feature request related to a problem? Please describe.** If a client is slow or does not fetch the result the httpServer.loop() can take a long time to process!...
**Describe Your Goal** Consider the [websocket chat example](https://github.com/fhessel/esp32_https_server/blob/master/examples/Websocket-Chat/Websocket-Chat.ino). When a client connects I want/need to send an initial update/json to populate the browser with the current parameters/settings. However, when I...
**Describe Your Goal** What is the best way to change the HTTPS_LOGLEVEL in Arduino IDE **What Does Your Project Look Like** If I directly edit "~\Arduino\libraries\ESP32_HTTPS_Server\src\HTTPSServerConstants.hpp" I can supress the...
I'm getting a warning about deprecated openssl component, so I guess it would be nice to use what Espressif recommends now, which is `esp_tls.h`. I tried switching the headers and...
**Describe Your Goal** Connect to a WSS Server and also act as a WSS server concurrently. I am able to run WSS Server but when I combine this library with...
Hello, I'm using ESP32 Https Server on a WROOM-32 board. I created a ResourceNode which serves an html page using GET method. If I connect to that page using Chrome...
Using the latest esp idf framework (v4.3) esp32_https_server wont compile since the compiler cannot find hwcrypto/sha.h I suggest replacing #include with #include
**Describe the bug** _Maybe not a bug, more of a limitation of the current implementation and a feature request for a way around this problem._ I have created a handler...