ellie-commons / sequeler

SQL Client built in Vala
GNU General Public License v3.0
804 stars 66 forks source link

Possible to authenticate using SSL? #250

Open petebachant opened 5 years ago

petebachant commented 5 years ago

I haven't seen an option to use this, but it is required by my database (AWS Aurora MySQL). Is this an option?

Alecaddd commented 5 years ago

Hi, thanks for using Sequeler. Currently there isn't an option to request authentication over SSL, but looking at the LibGDA documentation, it seems possible. I'll look around for some examples and see how to implement this feature. Cheers