I got a shiny new server in the lab and I want to use Juju. I install juju, and juju-local just fine. The juju bootstrap completes successfully but when I attempt a deploy a charm I get an error:
$ juju deploy ubuntu
ERROR Cannot access the charm store. Are you connected to the internet? Error details: Get https://store.juju.ubuntu.com/charm-info?charms=cs%3Atrusty%2Fubuntu: dial tcp 91.189.95.67:443: connection timed out
The error message indicates that the server does not have access to the Internet, so I checked and the server is in an isolated network. I can use proxies to get out to the Internet.
How do I configure Juju to use a restricted network?