-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
🐘 DB : PostgresIssue found in PostgresIssue found in Postgres
Description
Hi,
is it possible to configure NocoDB with a self signed SSL database (like the postgres provided by DigitalOcean)?
This is my current config
{
"client": "pg",
"connection": {
"host": "HOST",
"port": "PORT",
"user": "USER",
"password": "PASSWORD",
"database": "DB",
"ssl": "true",
}The knex docs suggest the following approach
{
"ssl" : {
"rejectUnauthorized": "false" // this does not work
}
}This is also not working
{
"rejectUnauthorized": "false" // this does not work
}NocoDB used as docker : true
NocoDB version :
Database used in NC_DB URL : pg
Project was created by clicking : New Project by connecting to external database
Database on which spreadsheet is created : pg
Metadata
Metadata
Assignees
Labels
🐘 DB : PostgresIssue found in PostgresIssue found in Postgres
