Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: MySQL should check client certificate (#1384)
PostgreSQL checks client certificates. MySQL should do the same. Has additional benefit that in the GCP console it is reported that only TLS connections are accepted. (Currently only TLS connections are accepted because this is added as a setting to every user, but as it's not shown in the console, it can look like the database would accept insecure connections)
- Loading branch information