You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your reply.
Not investigated enough but a good starting point may be the use of 'ESP8266WebServerSecure' instead of 'ESP8266WebServer'
HTTP require a CA certificate (even self signed may be sufficient), a server certificate and a server private key.
WiFiClientSecure has already methods to accept x509 certificates.
But I think to much effort if project is considered dead.
I think HTTPS may be a security requirement for protected OTA, considering senfding also a signed bin.
The text was updated successfully, but these errors were encountered: