Skip to content

Proxy Support

Joe Sondow edited this page Jun 11, 2013 · 2 revisions

Basic support for HTTP proxies has been added to Asgard. The support is limited to authentication-free proxies at this time.

In order to make Asgard aware of an HTTP proxy, add a section like the one shown below to the configuration file ~/.asgard/Config.goovy

proxy {
    host = "some-proxy.internal.corporate.com"
    port = 8080
}
Clone this wiki locally