openblocks-dev / openblocks

🔥 🔥 🔥 The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.8k stars 349 forks source link

Public Key Retrieval is not allowed. #320

Closed CrispCrew closed 1 year ago

CrispCrew commented 1 year ago

Using MySQL as a Data Source produces this error during ANY query.

https://cdn.discordapp.com/attachments/1040509691433857036/1086071720009551932/image.png

CrispCrew commented 1 year ago

Edit: Fixed using SSL and SHA256 Auth

JulesThuillier commented 1 year ago

How does that solves the problem ? The MySqlConnector.java should actually add the following config to make it work properly with non SSL connections : "allowPublicKeyRetrieval : true".