Open
Description
I was wondering whether you would be open to extending Config
as follows:
- Add variants
VerifyCa
andVerifyFull
toSslMode
Add optionssslcert
,sslkey
,sslrootcert
For context: We allow users to specify a connection string that we then pass directly to the client and we would like it to behave in a similar way as psql
. We currently have to provide the above options "out-of-band".
I would understand if this is rejected since it does not affect the client directly, but only how to configure TLS support (which is the responsibility of the client user and not the client in the current design).
If you don't have any concerns with this, feel free to assign it to me.
cc @sfackler
Metadata
Metadata
Assignees
Labels
No labels