On an Ubuntu 24.04 google compute engine VM, Apache 2.4, the following warning is in the apache logs: [ssl:warn] a.b.c.d.bc.googleusercontent.com:443:0 server certificate does NOT include an ID which matches the server name IP address a.b.c.d is assigned to myserver.example.com, and a.b.c.d.bc.googleusercontent.com is not the server name. I recently set the server name in /etc/hostname; the file was formerly missing. nslookup myserver.example.com both from inside the google compute engine pri...