Skip to content

Forward HTTP(S) PROXY env vars to subprocesses #395

Open
@TorecLuik

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions