Yue Chen

Results 4 comments of Yue Chen

I saw the document requires cert/key for connection, but it is not reasonable to ask for cert/key when client trying to connect postgresql. cert/key is used in server to setup...

> @xiaoshimimi Only `ca` is required for `verify-full`. `key` and `cert` are for client certificate authentication. You definitely shouldn’t specify both `rejectUnauthorized: false` and `ca`. Do other PostgreSQL clients (e.g....

@charmander Cool~ it works. Thank you ~ But, you said that is a bug. so maybe we still need `sslmode` in the connection string in future release? or adding `sslmode=xxx`...

@charmander Great~ it works! is this a work around?