Closed
Description
Wrapping TLS server support into something like WiFiServerSecure should be pretty easy.
- share axTLS context (
SSL_CTX
) between WiFiClientSecure and WiFiServerSecure - do SSL initialization in WiFiServerSecure
- add some methods to load server certificate and private key from FS (similar to WiFiClientSecure)
- might need some tweaks to ESP8266WebServer to make it https-aware
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.