A missing SSL/TLS certification error (Connection issue: SQL Database Connector issue: Connection attempt failed: SSL/TLS required) when attempting to add a database to the SQL database connector, will look like this:
You are receiving a "Connection issue: SQL Database Connector issue: Connection attempt failed: SSL/TLS required" when trying to add your database to the SQL Database Connector because an encrypted connection is required.
To resolve this, you will need to add a parameter to the connection string. The parameter depends on the type of SQL database you are connecting to:
MySQL => ?ssl={}
PostgreSQL => ?ssl=true
Microsoft SQL Server (MsSQL) => ?encrypt=true
You can learn more about this here: https://manual.bubble.io/help-guides/integrations/sql-database-connector#encrypted-connections