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

Connection refused error #10

Open
by225 opened this issue Feb 6, 2016 · 3 comments
Open

Connection refused error #10

by225 opened this issue Feb 6, 2016 · 3 comments

Comments

@by225
Copy link

by225 commented Feb 6, 2016

Hello,

Getting this for all requests in non-admin mode:

Error requesting : Failed to connect to 127.0.0.1 port 49999: Connection refused

Tried opening port with CSF without any luck.

Any specific ideas?

Thanks

@Lyian
Copy link

Lyian commented Feb 20, 2016

Any reason that your application has to run in such an high port? If not try smth. >2000

@niutech
Copy link
Owner

niutech commented Feb 24, 2016

Possibly your server admin forbids opening new ports. Connect using SSH, run PORT=4999 node/bin/node index.js and check with netstat or telnet if the port is opened. Next, try connecting using curl http://127.0.0.1:4999 and check if there are any errors.

@silviavrocha
Copy link

I tried this it says it could not connect to host

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

4 participants