Comment 7 for bug 1618636

Revision history for this message
Christian Muirhead (2-xtian) wrote :

A bit more detail for the workaround:

lxc config set core.https_address [::]

That command should be run on the machine that will host the containers - it doesn't need to be run as root. It configures LXD to listen to HTTPS traffic (on the default port 8443), so that the connection to LXD from the bootstrapped controller inside the container will succeed.