You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example our MySQL server on Azure requires the following: jdbc:mysql://...?useSSL=true&requireSSL=true&useTimezone=true&serverTimezone=UTC&enabledTLSProtocols=TLSv1.2
There's no way to specify those parameters with your connector (and so I get "No appropriate protocol"), after fixing that I'd probably get error about wrong timestamp params.
Specifying the things with one parameter makes Spring Boot / Docker / Kubernetes production deployments easier (just 1 param, not 10)
The text was updated successfully, but these errors were encountered:
For example our MySQL server on Azure requires the following:
jdbc:mysql://...?useSSL=true&requireSSL=true&useTimezone=true&serverTimezone=UTC&enabledTLSProtocols=TLSv1.2
The text was updated successfully, but these errors were encountered: