Report this

What is the reason for this report?

DigitalOcean Space don't get data

Posted on March 9, 2018

Hi i created a standard nodejs droplet and deployed a script that have to store data to Digitalocean Space. locally do the script what expected, but not in a droplet. both locally and in droplet there are the same Space API credentials.

it there any wiered Firewall rule, that restrict that outgoing traffic? what i see is :

$ ufw status
WARN: / is group writable!
Status: active

To                         Action      From
--                         ------      ----
22                         LIMIT       Anywhere
80                         ALLOW       Anywhere
443                        ALLOW       Anywhere
25                         ALLOW       Anywhere
22 (v6)                    LIMIT       Anywhere (v6)
80 (v6)                    ALLOW       Anywhere (v6)
443 (v6)                   ALLOW       Anywhere (v6)
25 (v6)                    ALLOW       Anywhere (v6)

thanks for any hint



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.

As data from Spaces is transmitted over HTTPS, the only port that needs to be open for it is 443/tcp. Is there any other information you can share about your script? It might help us better answer your question. Are you receiving any error messages?

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.