sconsify icon indicating copy to clipboard operation
sconsify copied to clipboard

Proxy support

Open eddie-dunn opened this issue 8 years ago • 3 comments

Any plans to include support for running sconsify behind a proxy?

eddie-dunn avatar Oct 24 '16 13:10 eddie-dunn

Never thought about it. Please, can you suggest how to use/configure?

fabiofalci avatar Oct 24 '16 13:10 fabiofalci

Usage example

$ sconsify -h | grep proxy
-proxy <proxy>             Specify a proxy in the form [user:passwd@]proxy.server:port
$ sconsify -proxy exampleproxy.com:5432

(In my case I don't need user/pw for the proxy, so I personally don't consider that feature very important.)

Ideally, sconsify should automatically pick up proxy settings from the environment, like many other applications. E.g., use the values of http_proxy and/or https_proxy if they are set. Then I suppose you would also need to add a -no-proxy flag, however.

eddie-dunn avatar Oct 24 '16 15:10 eddie-dunn

I think you could use http_proxy environment variables.

weltonrodrigotorres avatar Mar 13 '18 20:03 weltonrodrigotorres