remote-control-with-websocket
remote-control-with-websocket copied to clipboard
Secure Sockets
in your comment to ShawnHymel you mention wss:
the WebSocket layer is much better managed in ESPAsyncWebServer. ... All
ws://streams go through the HTTP port and all
wss:// streams go through the HTTPS port.
I realize that a tutorial needs to be keep simple, but do you have any examples of an HTTPS server and WSS sockets?
I am struggling to find any reference to TLS, Certificates, or WSS in ESPAsyncWebServer