-
How does hysteria server respond if a client with wrong password (or malformed packet) makes a request? How does that change in case of using obfuscation? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
tobyxdd
Oct 3, 2023
Replies: 1 comment 2 replies
-
This is pretty clearly explained in the protocol specs. If authentication fails, the server will act as a normal HTTP/3 server and forward the request to whatever upstream you set in masquerade, or return 404 if you don't have one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Obfuscation is essentially a layer of packet encryption. Wrong password = can't decrypt = malformed packet = no response