Comment 18 for bug 1637421

Revision history for this message
Paul Goins (vultaire) wrote :

Had this again. Two other failure conditions to consider:
* Certificate expired. Easily checkable by: curl $(juju config landscape-client url)
* Global proxy variables defined in juju model-config. The landscape client code (not the charm, but the actual landscape client) pulls http_proxy and https_proxy from the environment, and these will get injected into the landscape client config file. no_proxy is not respected.