I use SNAP 8 and there’s a problem in downloading the program updates. It throwed an error message about not being able to access a server. After re-installing SNAP, while checking for updates it shows the following error: ‘Check your network connection, verify that your proxy settings are configured correctly, or try again later.’
The internet connection is no worse than usual and other tasks on the computer work fine. So the first question is whether there are external server-related issues that cause this problems.
Time for you to check if anything between your computer and the STEP server is blocking the connection… Firewalls, Routers, etc.
Another possibility is that the STEP servers have configurations to avoid abuses from IPs, so if you are using a proxy or NAT or similar it could happen that you are getting filtered because the number of connections from that IP has been reached. If this is the case you should check again tomorrow to see how things are.
In the past, while working at a site with many users from multiple organization units all behind an enterprise firewall, I have had the sort of problems mentioned by @cristianoLopes with NASA servers. This reflected the fact that remote sensing has become a basic tool for many of the geosciences.
Our IT people worked with NASA network staff to come up with a permanent solution.
I am facing the same issue, I am unable to connect to the website since yesterday.
if you are using a proxy or NAT or similar it could happen that you are getting filtered because the number of connections from that IP has been reached. If this is the case you should check again tomorrow to see how things are.
I am doing my own processing on a virtual machine with a static IP. Yesterday I tried to perform a bulk download from Index of /auxdata/orbits/Sentinel-1/ of February and March RESORB files. At the beginning it was working but after several downloads I was “kicked out”, so I am assuming my IP has been filtered in some way (indeed from my laptop the connection works). I am currently still unable to run my gpt graph because the connection fails.
Do anyone know if the IP will be “whitelisted” after a specific amount of time? Or should I ask support to a specific contact point in order to solve the issue?
What about trying to get these orbits from the official Sentinel channel? Using the STEP server should be a last resort only. It is not even close to being an official distribution channel of Sentinel items. @oana_hogoiu - can you try to explain the rules that are in place? thanks.
Hello @dmb891 ,
Yes, most probably your IP was banned (you depassed the number of retries for unsuccessful requests during the configured time interval)
A banned IP will be whitelisted after a specific amount of time, which is 24 hours.
In addition, if you are behind a NAT (like in some companies, or even Internet Service Providers), there is also a limit for the maximum number allowed of open connections (at a time) from a single IP address.
Hello @dmb891,
You should have been whitelisted Friday, so maybe the IP was banned again.
If you still cannot access STEP server, please send me in a private message your IP.
Hello! Any update on the issue? We are trying to parallelize backgeocoding on 59 imgs on a cluster of 59 PCs but gpt gets stuck in the process and after having set a timeout of 10mins it gives this error:
We are using SNAP to preprocess large numbers of S1 images in our own AWS cloud in parallel on like 50 instances. The S1 data is downloaded from AWS, but some DEM files have to be fetched from ESA (apparently). I assume all the instances expose the same IP to the ESA Server, because after a few successful DEM downloads, the preprocessing fails at the DEM download (“Connection refused” or “Connection timed out”).
What is the recommended way to do this? What is the maximum number of parallel connections allowed by the server, so we can limit our number of instances to that? Thanks!
Hello,
Currently, the maximum concurrent connections from a single IP allowed by the server is 25.
If the DEM files you need are large, you can download and place them under .snap/auxdata/dem, before launching the processing, to avoid using ESA server for download.