Skip to content

Commit b0dd32a

Browse files
authored
[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
1 parent 4b0bad9 commit b0dd32a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/driver.pg/connection.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"description": "Passed directly to node.TLSSocket. Check more here: https://nodejs.org/api/tls.html#tls_new_tls_tlssocket_socket_options",
9595
"properties": {
9696
"rejectUnauthorized": {
97-
"type": "boolean"
97+
"type": "boolean",
98+
"default": true
9899
},
99100
"requestCert": {
100101
"type": "boolean"

0 commit comments

Comments
 (0)