ssl connection to Google Cloud SQL (MySQL) not working
See original GitHub issueI am trying to switch from MySQL Workbench to DBeaver, but I can’t get the ssl connection to work, as I keep getting an ‘access denied’ error. I am able to
- connect to the server with the same ssl credentials in MySQL Workbench
- connect without ssl credentials (through user name / password) in DBeaver.
Are there any settings that I might have to change in DBeaver that are automatically set right in MySQL Workbench? Anything particular to Google Cloud SQL? Is it possible DBeaver isn’t using ssl even though I checked both Use SSL
and Require SSL
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (9 by maintainers)
Top Results From Across the Web
Debugging connection issues | Cloud SQL Documentation
If your instance is configured to use SSL, go to the Cloud SQL Instances page in the Google Cloud console and open the...
Read more >Unable to connect to CloudSQL instance using IP address if ...
1. Go to the "Access Control" page for the CloudSQL instance in the management UI. · 2. Check "Only allow SSL connections" on...
Read more >Cannot connect to Google Cloud MySQL using SSL with PDO ...
I am able to connect to MySQL using SSL with the PHP PDO from my local machine. The same code fails when run...
Read more >Not enforcing SSL on CloudSQL, really
When creating a MySQL CloudSQL instance, SSL connections are not enforced by default and you get below in the Connections tab of the...
Read more >DataGrip - Connect to Google Cloud SQL instances - JetBrains
Step 1. Run the Cloud SQL Proxy client ... Start the proxy in the command prompt. ... Replace the connection_name with the connection...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ronjouch It was a bug in PG SSL config page (you really need to set Root Certificate property). Thanks for report. Fixed in #1972.
@serge-rider awwwwesome 👍. Thanks for the attention and quick fix 🙂.