Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ssl related connection uri parameters #25

Closed
hjr3 opened this issue May 17, 2019 · 0 comments · Fixed by #26
Closed

Support ssl related connection uri parameters #25

hjr3 opened this issue May 17, 2019 · 0 comments · Fixed by #26

Comments

@hjr3
Copy link
Contributor

hjr3 commented May 17, 2019

Parameters:

  • sslcert
  • sslkey
  • sslrootcert

See https://www.postgresql.org/docs/9.3/libpq-connect.html for more information.

These parameters would create a node-postgres compatible configuration object similar to https://node-postgres.com/features/ssl. We cannot support sslmode because node-postgres does not support that.

Related to gajus/slonik#60

hjr3 added a commit to hjr3/pg-connection-string that referenced this issue May 17, 2019
The connection string now supports the following parameters:

- sslcert
- sslkey
- sslrootcert

Fixes iceddev#25.
@hjr3 hjr3 closed this as completed in #26 May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant