Skip to content
Markus Krogemann edited this page Jun 11, 2013 · 4 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
}