mist-ce
mist-ce copied to clipboard
Add support for proxy
In the environment I'm working in, the Openstack API is only reachable via proxy. Therefore trying to load any cloud via the web UI will yield:
Failed to add cloud: Cloud unavailable
However the cloud IS available and the auth url is responding (when using proxy).
The web application should support proxy settings (either from envvars or directly set in the config file).
I am facing a similar issue. Is there a solution for this issue?