Today, I started getting consistent "
Failed to establish a database connection. Check connection string, username and password" when I try to connect to a Google cloud sql database. I am using the method Jdbc.getConnection. Everything was working jhust fine until yesterday. I tried authorizing all Google servers IP addresses, which didn't resolve the issue. Then I authorized
0.0.0.0/0, which should authorize all networks. Also, checked the release notes for cloud sql and couldn't find anything that may be causing the issue.