-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Milestone
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.
rakeshpai, sabas1080, akaJes, Jay741, markingle and 2 more