When trying to process Sentinel-1 scenes using SNAP/the microwave toolbox I have as first step “Apply Orbit File” in my graph. However, this step fails, because the HPC cluster I’m running the processing has a firewall rule against unencrypted http connections, so I’m seeing an error like:
INFO: org.esa.snap.engine_utilities.download.DownloadableContentImpl: http retrieving http://step.esa.int/auxdata/orbits/Sentinel-1/POEORB/S1A/2023/01/S1A_OPER_AUX_POEORB_OPOD_20230123T081808_V20230102T225942_20230104T005942.EOF.zip
SEVERE: org.esa.snap.engine_utilities.download.DownloadableContentImpl: Failed to download remote file.
java.io.IOException: Server returned HTTP response code: 403 for URL: http://step.esa.int/auxdata/orbits/Sentinel-1/POEORB/S1A/2023/01/S1A_OPER_AUX_POEORB_OPOD_20230123T081808_V20230102T225942_20230104T005942.EOF.zip
Is there an option to change the URL/protocoll to https for Sentinel-1 orbit file retrieval in SNAP? And should this be made the default to encrypt the transfer?