-
Notifications
You must be signed in to change notification settings - Fork 6k
unable to hide behind apache proxypass, websocket has error #442
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
Comments
What modules are are you using with apache? |
I am using ProxyPass module, i confirm 8443 is opened. |
ProxyPass is just an argument in the config. Make sure you have the respective apache modules installed to support headers and such. |
Take a look at that; you're missing a few config directives that are causing your websockets to be treated like normal HTTP requests. ( |
From first glance your configuration does not support HTTP upgrades, which the websocket needs. |
You might want to use rewrite to proxy depending on http upgrade.
|
unable to hide behind apache proxypass, websocket has error:
c01964.bundle.js:53 WebSocket connection to 'wss://code.quantr.hk/' failed: Error during WebSocket handshake: Unexpected response code: 200
The text was updated successfully, but these errors were encountered: