Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] BAD HANDSHAKE #90

Open
barto95100 opened this issue Dec 31, 2023 · 2 comments
Open

[BUG] BAD HANDSHAKE #90

barto95100 opened this issue Dec 31, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@barto95100
Copy link

I received most of this line in logs:
2023/12/31 13:25:19 websocketproxy: couldn't dial to remote backend url websocket: bad handshake

and I don't know why ....?

do you have idea or tips to show why this log show

@barto95100 barto95100 added the bug Something isn't working label Dec 31, 2023
@tobychui
Copy link
Owner

tobychui commented Jan 1, 2024

@barto95100 I am guessing you have another reverse proxy sits between Zoraxy and the web server that handle websocket request, in which the reverse proxy override some of the critical headers (usually the Upgrade header, but it might be some other headers). Please ensure that your reverse proxy configuration do not override/remove headers.

If you need further help, please provide a more detailed bug report with reproduction steps and full log output from the backend in which Zoraxy is trying to connects.

@barto95100
Copy link
Author

@tobychui Zoraxy is the front and send to back authentik for some domain but not all, I don't know what the backend is this log

How i configure debug in zoraxy log to view what's the backend probleme to have this log handshake ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants