nocodb
nocodb copied to clipboard
🔦 Feature: Allow to use SSL parameters in NC_DB (MySQL / PostgreSQL / MSSQL)
Please confirm if feature request does NOT exist already ?
- [X] I confirm there is no existing issue for this
Describe the usecase for the feature
nocodb is lacking the option to use an encrypted SSL/TLS connection to the metadata DB.
Interestingly enough, SSL/TLS can be used for data sources.
Suggested Solution
Allow adding standard SSL/TLS parameters to the NC_DB connection string such as: usessl=true/false sslmode=allow/require/verify-ca/verify verifyServerCertificate=true/false
Additional Context
No response