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

Can't get it work with production server #59

Closed
fuatsengul opened this issue Jul 12, 2015 · 2 comments
Closed

Can't get it work with production server #59

fuatsengul opened this issue Jul 12, 2015 · 2 comments

Comments

@fuatsengul
Copy link

Hi there,
I'm running Apache with SSL on my production server.
So I'm forwarding meteor calls with ProxyPass to inside Meteor app.

When I run the app on local development site, it runs perfectly but when I push the app to production site, it does not.

It's response is:

Error during WebSocket handshake: Unexpected response code: 500

Does it flashed anything for you?
I'm looking further but any help will be appreciated.
Thanks

@Tarang
Copy link
Member

Tarang commented Jul 13, 2015

Does your proxy support Websockets (mod_proxy_wstunnel) & is it enabled?

@fuatsengul
Copy link
Author

:( I'm using debian(wheezy) and latest stable apache (2.2.22) is not directly supported that mode.
I was using a python ddp client and I was found a workaround these days, sadly it won't run with node-ddp :(

After many unsuccessful apache upgrade and backport installation trials, I turned my away from apache, and started to deal with node-http-proxy. It seems working. Thanks for help.

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

No branches or pull requests

2 participants