Skip to content

Add more SSL options to Config #768

Open
@uce

Description

@uce

I was wondering whether you would be open to extending Config as follows:

  • Add variants VerifyCa and VerifyFull to SslMode
  • Add options sslcert, 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions