Report this

What is the reason for this report?

Connection Refused while using Curl-PHP

Posted on August 31, 2021

I have setup a nodejs app on my droplet and using pm2. I have assigned a domain to this droplet. When I use postman to test APIs I get correct response from my app. But when I call the same APIs using Curl-PHP it shows me connection refused. I am using port 3000.

(When I do the same set up by deploying app directly on app platform (not on droplet) I can access it using curl-php but then I face another issue of chrome not opening as I can not install chrome there. My app is using puppeteer.)



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @harshalsjoshi,

Have you allowed connections on port 3000 on your Firewall? This seem like a permissions to reach this port issue.

Additionally, I’ll recommend using Nginx as a reverse proxy and just using port 80 for this.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.