You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2019. It is now read-only.
Did you provide the correct Websocket url? If you for example have the socket route $socket->route('/example', new ExampleSocket, ['*']); you need create your socket with ws://localhost/example.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've configured this to listen on 127.0.0.1 behind apache proxy.
The proxy redirection work well but i've got a 404 error for response !?
I know the response is from Ratchet because of the response header
X-Powered-By: Ratchet/0.4.1
what could cause Ratchet to return this error ?
The text was updated successfully, but these errors were encountered: