ws (insecure)
- connecting to a https website: data is secure, only the domain name on SNI appears
- connecting to a http website: data is not secure, completely plaintext
wss (insecure in case of SSL Inspection)
- connecting to anywhere is secure
in case of SSL Inspection
- connecting to a https website: data is secure, only the domain name on SNI appears
- connecting to a http website: data is not secure, completely plaintext
ws(s) + v2ray encryption (secure)
- connecting to anywhere is secure