-
Notifications
You must be signed in to change notification settings - Fork 20
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
426 Upgrade required error #32
Comments
Im not sure what apache config might help... have you tried running it without a proxy? Is it fine then? Also, when haxe target is the server running on? Cheers, |
Hey thanks for the response! The target in this case is Without a proxy everything works with insecure I could also try using |
Ok so I tried it with
And on the server side I get the following.
|
Hmm, so it looks like it closes the connection instantly... i wonder if the client (FF) is doing that? Does chrome behave differently? What about a non "non standard" port? :) |
Hello, I am using an
hxWebSockets
server behind an apache proxy. I am trying to access it through normal js websockets on a browser, but it seems like the connection fails at the stage where the protocol should be upgraded to a websocket.It seems like the request is reaching the backend server, because the following appears in the logs:
So the websocket server is closing the connection without returning the proper upgrade headers?
Is this something that can be fixed on the side of this library?
Or could you recommend some apache config where it should work?
The text was updated successfully, but these errors were encountered: