EmbAJAX icon indicating copy to clipboard operation
EmbAJAX copied to clipboard

HTTPS server implementation

Open csgregg opened this issue 5 years ago • 1 comments

Any plans to implement for the BearSSL secure webserver?

csgregg avatar Oct 26 '20 10:10 csgregg

That's definitely something that should go into the library, but it will be best not to rely on my plans for it. AFAICS, the BearSSL::ESP8266WebServerSecure is modeled to be a drop-in replacement for ESP8266WebServer. Take a look at EmbAJAXOutputDriverESP8266.h (which is just a few defines, really). Should that not be good enough, see EmbAJAXOutputDriverESPAsync.h for an example of a custom output driver. It's really just a thin wrapper around a few basic API calls.

The most work will be the testing, I assume. If you arrive at something, I'll be happy to include it in EmbAJAX.

tfry-git avatar Oct 26 '20 15:10 tfry-git