Closed LaudixGit closed 1 year ago
@khoih-prog Since you don't mention encryption in the feature list, and there aren't any examples, I suspect you already know the ASYNC_TCP_SSL_ENABLED is not complete yet.
I am just adding this request to show interest. I would rather the HTTPS_Server_Generic library include async than have this library updated. (e.g., it would become the AsyncHTTPS_Server_Generic library)
The TLS/SSL is not ready for all AsyncWebServer libraries. And I don't have the plan to update in the near future.
Certainly, any PR to add the feature is appreciated.
Hi @LaudixGit
I'll try to make the new HTTPS_Server_Generic library to support many more powerful-enough boards, such as ESP32, ESP8266, Teensy, RP2040, etc.
Try the newly-published HTTPS_Server_Generic library, especially the Async-Server example
allman astyle
and restyle library.ESP_TLS
for future ESP-IDF v5.0 instead of to-be-deprecated OpenSSL
v6
instead of v5.13.5-
ESP8266
Portenta_H7
WiFi / EthernetRP2040W
WiFiTeensy 4.1
QNEthernet
Is your feature request related to a problem? Please describe.
Would like to use TLS encryption
Describe the solution you'd like
Would like Self Signed Certs to work in this library
Describe alternatives you've considered
I successfully use encryption in ESP32_HTTPS_Server but that library isn't 'native' async
Additional context
I attempted to use the existing BeginSecure within this library but there is a compile error