PostgreSQL® Encrypted Communication
By default the NGA PostgreSQL® backend is configured with db.sslMode "prefer"
. In this mode the communication is encrypted if the server is configured to provide
encryption.
-
To guarantee that the communication is encrypted, set the
"db.sslMode"
in the database-specific configuration of the extended settings to"require"
. See also the PostgreSQL® documentation.