From b0dd32a845acd0d21ca76d922ab4ba1cfaeee9bd Mon Sep 17 00:00:00 2001 From: jqknono Date: Fri, 29 Dec 2023 20:52:41 +0800 Subject: [PATCH] [Fix][#72][#799][#1264]Not able to connect to AWS RDS postgresql (#1265) * [Fix][#72][#799][#1264]Not able to connect to AWS RDS postgresql --- packages/driver.pg/connection.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/driver.pg/connection.schema.json b/packages/driver.pg/connection.schema.json index 6e12f6c5..31cb0a31 100644 --- a/packages/driver.pg/connection.schema.json +++ b/packages/driver.pg/connection.schema.json @@ -94,7 +94,8 @@ "description": "Passed directly to node.TLSSocket. Check more here: https://nodejs.org/api/tls.html#tls_new_tls_tlssocket_socket_options", "properties": { "rejectUnauthorized": { - "type": "boolean" + "type": "boolean", + "default": true }, "requestCert": { "type": "boolean"