Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Server not receiving any connection from client. #206

Closed
martingg88 opened this issue Aug 22, 2017 · 5 comments
Closed

Server not receiving any connection from client. #206

martingg88 opened this issue Aug 22, 2017 · 5 comments

Comments

@martingg88
Copy link

Any idea why the server can't receive the connection from client?

Here is the setup at my apache and start the laravel-echo-server at localhost but it seems like not receive any connection from clients. Any idea what happen?

RewriteCond %{QUERY_STRING} transport=polling [NC]
RewriteRule /(.*) http://localhost:6001/$1 [P,QSA,L]

RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteRule /(.*) ws://localhost:6001/$1 [P,QSA,L]

ProxyPass /socket http://localhost:6001
ProxyPassReverse /socket http://localhost:6001

@prince30
Copy link

prince30 commented Aug 28, 2017

Did you fixed it ?
I am having the same problem

@martingg88
Copy link
Author

no...

@prince30
Copy link

Someone, please help man

@edvordo
Copy link

edvordo commented Apr 30, 2018

Grave-digging, I know, but as the issue is still opened, here goes nothing in hopes it helps someone that stumbles upon this issue ..

Based on this comment I compiled this guide.

@tlaverdure
Copy link
Owner

Hey there, this issue was opened a while ago. I'm going to close this issue, if this issue still exists, please open a new issue or open a Pull Request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants