Commit 03f0960
committed
feat: Automatically set MDX client_protocol_type=TLS for MySQL connections.
When a Cloud SQL instance supports Metadata Exchange, the MySQL socket factory will
automatically set MDX client_protocol_type=TLS. This will ensure that the password
auth protocol works correctly.
See also #2200 and GoogleCloudPlatform/cloud-sql-proxy#23171 parent c2c9ca4 commit 03f0960
File tree
1 file changed
+2
-4
lines changed- jdbc/mysql-j-8/src/main/java/com/google/cloud/sql/mysql
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 63 | + | |
| 64 | + | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
0 commit comments