Comment 10 for bug 1403225

Revision history for this message
Adam Stokes (adam-stokes) wrote : Re: juju sync-tools behind the enterprise proxy fails

I also tried running:

ubuntu@uoi-bootstrap:~$ http_proxy=http://squid.internal:3128 https_proxy=http://squid.internal:3128 JUJU_HOME=~/.cloud-install/juju juju sync-tools

Which _did_ sync the tools, however,

ubuntu@uoi-bootstrap:~$ JUJU_HOME=~/.cloud-install/juju/ juju deploy mysql --debug2015-01-27 16:37:53 INFO juju.cmd supercommand.go:37 running juju [1.20.14-trusty-amd64 gc]
2015-01-27 16:37:53 DEBUG juju.conn api.go:187 trying cached API connection settings
2015-01-27 16:37:53 INFO juju.conn api.go:270 connecting to API addresses: [localhost:17070 10.0.3.197:17070 192.168.122.1:17070]
2015-01-27 16:37:53 INFO juju.state.api apiclient.go:242 dialing "wss://localhost:17070/environment/d507d300-dc0f-47e8-8b8f-ce8a8548fafc/api"
2015-01-27 16:37:53 INFO juju.state.api apiclient.go:176 connection established to "wss://localhost:17070/environment/d507d300-dc0f-47e8-8b8f-ce8a8548fafc/api"
^[[6~2015-01-27 16:40:00 ERROR juju.cmd supercommand.go:323 Cannot access the charm store. Are you connected to the internet? Error details: Get https://store.juju.ubuntu.com/charm-info?charms=cs%3Atrusty%2Fmysql: dial tcp 91.189.95.67:443: connection timed out

Still failed.