innovationOUtside / nb_serverproxy_openrefine

Jupyter server proxy for OpenRefine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't import file from URL when running behind a proxy

psychemedia opened this issue · comments

It seem as if there's an issue trying to load data from a URL on a hosted server running behind a proxy (eg TM351 hosted service).

We can set -x https.proxyHost=$https_proxy in the startup command (I assume that the additional port number in the $https_proxy doesn't break things... or do we need to split and set https.proxyHost and https.proxyPort separately?) and that seems to allow downloading of data from a URL (eg https://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL?date=2010:2010&format=json ) but then OpenRefine seems to try to upload that data, which times out.

See also: OpenRefine/OpenRefine#3919