diff --git a/sen2chain/download_and_process.py b/sen2chain/download_and_process.py
index 63a45cc3d67bc4e1835f492b1a3c41bba16809cc..06d69ffdf253c018aed1f7b53c574f833323e9ea 100644
--- a/sen2chain/download_and_process.py
+++ b/sen2chain/download_and_process.py
@@ -113,7 +113,7 @@ def download_scihub(identifier: str, tile: str, hub: str) -> Tuple[str, str, str
     downloaded = True
 
     if not temp_container.l1c.path.exists() and not temp_container.l1c.in_library:
-        api = SentinelAPI(Config().get("scihub_id"), Config().get("scihub_pwd"))
+        api = SentinelAPI(Config().get("scihub_id"), Config().get("scihub_pwd"), "https://apihub.copernicus.eu/apihub/")
         # Set proxy settings to the Requests session
         if DownloadAndProcess.proxy_http_url or DownloadAndProcess.proxy_https_url:
             proxies = {"http": DownloadAndProcess.proxy_http_url,