After setting up a hybrid instance, using shared certificates, the data planes do not get the configuration updated from the control plane. Checking the data plane logs, there is an error for the TLS handshake failing (tls handshake failed: certificate host mismatch).
connection to control plane wss://10.0.10.1:8005/v1/outlet?node_id=4a8198f6-494e-4a94-8a3c-a34b8705c2da&node_hostname=dataplane-kong-enterprise-fda26afc40-46ed2&node_version=3.14.0.0-enterprise-edition broken: tls handshake failed: certificate host mismatch (retrying after 10 seconds), context: ngx.timerThe shared certificates were generated using openssl and not the kong hybrid gen_cert command.