Hello.
I am trying to call an external API (PVGIS) using a web service deployed in a free instance but it results in a timeout error all the time:
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='re.jrc.ec.europa.eu', port=443): Max retries exceeded with url: /api/v5_3/PVcalc?lat=36.935044075876&lon=-5.2605760552716&peakpower=2.0&loss=14.0&angle=32&aspect=10&outputformat=json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x720af5d71400>, 'Connection to re.jrc.ec.europa.eu timed out. (connect timeout=3)'))
The same Dockerfile and code works fine in my local computer. And I missing some configuration step?