esp32_https_server
esp32_https_server copied to clipboard
Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.
**Is your feature request related to a problem? Please describe.** some of the modern javascript web framework commonly use jwt for rest api authentication also we can create more customizable...
It has been a long time since this repo has seen any activity, and I have the feeling that @fhessel is too busy with other things to get back to...
I'm trying to setup simple HTTPS Server for POST and GET requests. But this is the error I'm facing ERROR: Multiple libraries were found for "WiFi.h" C:\Users\DELL\Documents\Arduino\libraries\esp32_https_server-master\src/HTTPSServer.hpp:11:10: fatal error: openssl/ssl.h:...
The script 'create_cert.sh' had critical issues preventing reliable certificate generation: 1. CA validation errors (error 79) 2. Syntax errors from line endings 3. Non-standard certificate attributes *Changes Made:* # 1....
Allow `std::function` in middleware and implement mechanism to remove callbacks. Code taken from https://github.com/fhessel/esp32_https_server/pull/91#issuecomment-727623152.
hi there, I tried the code **self-signed certificate** based on the fork: (https://github.com/jackjansen/esp32_idf5_https_server) on a ESP32s3. Using a keysize of 1024 bit leads to the following error: **assert failed: heap_caps_free...
The cert creation script did not work properly with V3 OPENSSL specs. Updated the creation. Also updated the sha import. Tested on ESP32DEVKIT-V1.