security - Websockets - wss on http vs. wss on https -
security - Websockets - wss on http vs. wss on https -
i've read ws works on http, , wss works on both http , https. wss (secure web socket) connections secure on http server on https server? web socket secure (wss) connection still encrypted through tls/ssl if website/server not?
is web socket secure (wss) connection still encrypted through tls/ssl if website/server not?
yes.
are wss (secure web socket) connections secure on http server on https server?
yes (see above). there 1 thing note: if html/javascript opens secure websocket connection comes on non-secure http, websocket connection still secure, attacker might modify html/javascript while beingness sent web server browser. http connection isn't protected against man-in-the-middle sniffing or modification.
security http https websocket
Comments
Post a Comment