GluuFederation/gluu-docker

Support Internal Proxy for installation for test-drive

nynymike opened this issue · 1 comments

If you are using an internal proxy, the wget fails.

Maybe we can use $HOME/.wgetrc to allow proxy:

use_proxy=yes
http_proxy=127.0.0.1:8080
https_proxy=127.0.0.1:8080