Cluster notification isn't using trusted server certificate

On my lxd server When I run the following (which I copied from the documentation)

sudo lxc query --request POST /1.0/instances --data '{
  "name": "ubuntu-container",
  "source": {
    "alias": "22.04",
    "protocol": "simplestreams",
    "server": "https://cloud-images.ubuntu.com/releases",
    "type": "image"
  }
}'

I get the following error:

Error: Cluster notification isn't using trusted server certificate

GET requests seems to work fine :confused:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.