Keycloak crash during startup when using MySQL Keycloak crash during startup when using MySQL kubernetes kubernetes

Keycloak crash during startup when using MySQL


After rebuilding the cluster the DEBUG logs started to come through and so did more error messages.

The problem turned out to be an SSL issueEstablishing SSL connection without server's identity verification is not recommended.

I have added this to the keycloak env

- name: JDBC_PARAMS  value: "useSSL=false"

It's not a proper solution, but it will get me by until I setup certificates in Kubernetes.