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 97 esp32_https_server issues
Sort by recently updated
recently updated
newest added

I am interested in using your webserver sourcecode. But I would need two things: 1. use your code in combination with esp-idf (not Arduino) 2. use websocket with ssl enabled...

For big responses, the keep-alive functionality is disabled as the content length cannot be estimated by the `HTTPResponse` class when it needs to send the headers. By now, there is...

Currently, when the `HTTPSConnection` passes control to the request handler function, this will pass control of the server's task/thread to this handler function. If it does not return (e.g. due...

bug

Fix for missing sha1 in newer ESP sdk's

Hi everybody, I will try and use this library, but looking around it seems slightly abandoned. Has people moved on to other libraries or am I mistaken? Kind regards, Nicklas

**Describe the solution you'd like** It seems possible to use this great library with an ethernet board .. if only I knew how. So I would like a working example...

I have an ESP32-CAM and I am trying to write the code to stream the images over a HTTPS connection using this library. I have written a handler (based on...

Hi all, I ran into a problem, when I had a client fast refreshing the loading of the web-site hosted on an ESP: The connection was opened and then the...

Hello. Tell me how to redirect to a secure connection? I'm creating two servers, a secure one and a regular one. So, in the handler of a regular server, I...

This is a quick fix for #163 #143 #136 and various others. It is _not_ a full fix for moving to OpenSSL, which apparently is needed when we want to...