Error with connection Postgres DB SSL

Hello… I’m trying to connect my Nocobase with a PostgresDB but I’m getting an error is it possible to use an SSL encrypted connection? I can’t find an enviremont variable that reflacts that or where to include the certificate.

SOLVED : I found the required parameters in github below environment variable fixed the issue

 - DB_DIALECT_OPTIONS_SSL_CA=/ca-certificate.crt
  - DB_DIALECT_OPTIONS_SSL_REJECT_UNAUTHORIZED=false
  - DB_DIALECT_OPTIONS_SSL_MODE=require
2 Likes