Open
Description
Hey OME,
I found that the HTTP(S) PROXY env vars do not get forwarded to the subprocess on the processor (running the scripts). So my script could not access the web as I would have expected, behind the proxy server (because it is making its own environment variables).
Could you forward the 3 env vars to the subprocesses by default?
"HTTP_PROXY",
"HTTPS_PROXY",
"FTP_PROXY"
https://github.com/ome/omero-py/blob/master/src/omero/processor.py#L150
Perhaps also "no_proxy" then, though I don't need that.
Or is there a way to configure this already through some omero_config ?
Regards, Torec
Metadata
Assignees
Labels
No labels