Skip to content

Issue with SSL connections #584

@DaveSanders

Description

@DaveSanders

This is a newer issue - it only started happening for me recently. I'm on v 2021.12 Build 110774.5

I have two connections to an Amazon Aurora MySQL database that both need to use a SSL cert to connect. (amazon generated cert file). For each, when I launch the app and try to connect, they won't connect due to an SSL error.

If I look at the connection, it shows that it IS using SSL and references the correct cert file. However, if I go into the connection, edit, Advanced, SSL Config and then click to locate the CA certificate again (even though its already in the text field), the connection will start working.

Also, to add: I can't just look at the SSH configuration screen where I see the file path and NOT select the file again. If I try that it won't connect. I have to browse to the cert file and select the same one again and THEN it will reset the connection properly. It's as if the connection config is not locating the file even though it still has the path.

If I happen to have a query window / connection open when I restart the app, and try to run a query against the DB connection, it will give me this error in the query results:

Initializing connection...
Connection ready. Took 0.163 seconds.

SSL connection error: system lib. (Error #2026). 0.000 seconds.

Finished. Total time: 0.163 seconds.

Obviously its super annoying that every time I launch the app I have to go edit the connection again. Only my SSL configured connections act this way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions