Keycloak 10.0.X and 11.0.0 fails to connect to the database

Thanks @danielnickels. Unfortunately, it has not worked for me. I have used these environment variables in vain.

JDBC_PARAMS=enabledTLSProtocols=TLSv1.0
JDBC_PARAMS='enabledTLSProtocols=TLSv1.1
JDBC_PARAMS='enabledTLSProtocols=TLSv1.2 

The only value which has worked for me is but this is not good in an enterprise environment

JDBC_PARAMS=useSSL=false

Regards,
Vikas