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

Postgres connections should support verify-ca and verify-full SSL modes #1056

Closed
5 tasks done
iainsproat opened this issue Sep 29, 2022 · 0 comments
Closed
5 tasks done
Labels
enhancement New feature or request question

Comments

@iainsproat
Copy link
Contributor

Prerequisites

What package are you referring to?

All server packages connecting to postgres database (via knex module)

Is your feature request related to a problem? Please describe.

In instances where the postgres database is not in the local network, or other situations where higher security/trust is required, Postgres provides verify-ca and verify-full SSL modes for connections.

Describe the solution you'd like

Speckle server should provide a means for configuring the additional TLS certificates required for verify-ca and verify-full SSL modes.

Describe alternatives you've considered

Additional context

node-postgres documentation: https://node-postgres.com/features/ssl

Related issues or community discussions

@iainsproat iainsproat added enhancement New feature or request question labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question
Projects
None yet
Development

No branches or pull requests

2 participants