Report this

What is the reason for this report?

Making external requests and connecting to mail server

Posted on May 6, 2021

Hi :) I have a node application running in a droplet on a docker container. It works just fine on my local environment. I am unable to make external requests using the python urlib request library, and also unable to connect to an external mail server using nodemailer’s transport method. My intuition tells me we are being blocked by DigitalOcean. I have checked my network firewall settings (it is off) and my UFW settings. Please let me know if you have any ideas, thanks.



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.
0

Accepted Answer

Hi @humeoneteam,

Which ports are you using? By default for new accounts, port 25 is closed. I would recommend trying with port 587 instead and seeing if that would help.

You can try using telnet from your Droplet to your service’s IP address to see if you would be able to connect as well.

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.