SSL connection between Postgres and the Daml Driver for PostgreSQL
App Development2 posts396 viewsLast activity Mar 2021
DA
DarkoOP
Mar 2021Am I right to assume, that when I am starting up the Daml Driver, it suffices to add the ssl=true option to the connection string to enable SSL between the driver and the database as explained here: Connecting to the Database?
Of course, the Database also needs to be configured properly.
ST
stefanobaghino-da
Mar 2021Yes, the JDBC driver establishes the connection and all properties are passed on as-is, including using a secure connection.