Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS server implementation #25

Open
csgregg opened this issue Oct 26, 2020 · 1 comment
Open

HTTPS server implementation #25

csgregg opened this issue Oct 26, 2020 · 1 comment

Comments

@csgregg
Copy link

csgregg commented Oct 26, 2020

Any plans to implement for the BearSSL secure webserver?

@tfry-git
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants