nautls / ergo-graphql

Ergo Platform GraphQL server
MIT License
16 stars 1 forks source link

Add SSL Support for PostgreSQL database connection #32

Closed vinnielima closed 2 years ago

vinnielima commented 2 years ago

Currently .env doesn't contain an option for forcing SSL handshake for those DB connections which require it. Unless one is available but I am not aware of it.

vinnielima commented 2 years ago

Thank you!

Tried adding DB_SSL = true to the .env file prior to building the Docker container (using the provided Dockerfile), but still I am getting:

error: SSL required

Any suggestions?