ERR_CERT_COMMON_NAME_INVALID from houston

ERR_CERT_COMMON_NAME_INVALID?
Uncaught TypeError: Du.disableNetworkFetches is not a function? houston.astro…cloud

on-prem rancher k8s:
mkcert localhost 127.0.0.1 ::1
BASEDOMAIN
app.BASEDOMAIN
deployments.BASEDOMAIN
registry.BASEDOMAIN
houston.BASEDOMAIN
grafana.BASEDOMAIN
kibana.BASEDOMAIN
install.BASEDOMAIN
alertmanager.BASEDOMAIN
prometheus.BASEDOMAIN
generated:
key: localhost+12-key.pem
cert: localhost+12.pem

Then:

sudo kubectl create secret tls astronomer-tls
–save-config --dry-run=client
–key $HOME/analytics-astronomer/localhost+12-key.pem
–cert $HOME/analytics-astronomer/localhost+12.pem
–namespace example-seb
-o yaml |
kubectl apply -f -
(astronomer-tls created)

Then:

kubectl create secret generic private-root-ca
–from-file=cert.pem=$HOME/analytics-astronomer/localhost+12.pem

secret/private-root-ca created

Airflow UI seems to have ERR_CERT_NAME_INVALID, but the other astromomer components seem fine. ie. Grafana, Prometheus, ElasticSearch etc (edited)