uaa-cli icon indicating copy to clipboard operation
uaa-cli copied to clipboard

Support socsk5

Open drnic opened this issue 6 years ago • 2 comments

I've built uaa with golang 1.10 and I tried the following env vars but uaa is not using the socks5 tunnel. Could we please add support (or is there a diff env var I should use for socks5 proxies?)

export HTTP_PROXY=socks5://localhost:9999
export HTTPS_PROXY=socks5://localhost:9999
uaa target https://10.10.1.4:8443 --skip-ssl-validation

drnic avatar Jul 02 '18 13:07 drnic