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