Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSL options for Postgres DSN (#15371)
* Add SSL options for Postgres DSN There is already the SSLMODE option available, but if you set it to verify-full, you would need to also set the sslrootcert with the full path of the server certificate. This way, the client will be able to check the certificate of the server and be sure it's connecting to the right one. This patch is only adding the different SSL option available for a postgres connection has stated here: https://www.postgresql.org/docs/9.5/static/libpq-connect.html * Fix Style-Ci
- Loading branch information