dbeaver: ssl connection to Google Cloud SQL (MySQL) not working
I 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?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 21 (9 by maintainers)
Commits related to this issue
- #740 MySQL: support SSL with cert private key — committed to dbeaver/dbeaver by serge-rider 7 years ago
@ronjouch It was a bug in PG SSL config page (you really need to set Root Certificate property). Thanks for report. Fixed in #1972.