The temporary cert on secure-dev had expired. I restored from last night secure backup as follows.
Log into osgeo4 host
lxc rm secure-dev-previous
#logged in and shut it down then moved to old
lxc mv secure-dev secure-dev-previous
lxc mv secure-backup secure-dev
#secure-dev we don't need accessible from any other hosts aside from osgeo4 since its for use with dev containers testing.
lxc config device remove secure-dev proxyportldap
lxc config device remove secure-dev proxyportldaps
lxc network attach lxdbr0 secure-dev eth0 eth0
lxc config device set secure-dev eth0 ipv4.address 10.222.69.85
lxc start secure-dev
The temporary cert on secure-dev had expired. I restored from last night secure backup as follows. Log into osgeo4 host