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

PostgreSQL connection with SSL #1243

Open
unical1988 opened this issue Feb 6, 2025 · 0 comments
Open

PostgreSQL connection with SSL #1243

unical1988 opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
enhancement Enhancement request
Milestone

Comments

@unical1988
Copy link

To make DB access more secure and the traffic encrypted for PostgreSQL, SSL connections could be useful.
During installation, and using PostgreSQL, Answer should provide the possibility to choose between any of the known SSL modes (after choosing to enable or not SSL at all):

  1. require - Always SSL (skip verification)
  2. verify-ca - Always SSL (verify that the certificate presented by the server was signed by a trusted CA)
  3. verify-full - Always SSL (verify that the certification presented by the server was signed by a trusted CA and the server host name matches the one in the certificate)

The installation interface should then take care of this choice to enable SSL connections over PostgreSQL

@unical1988 unical1988 added the enhancement Enhancement request label Feb 6, 2025
@LinkinStars LinkinStars added this to the v1.4.5 milestone Feb 6, 2025
@LinkinStars LinkinStars moved this from Todo to Review in Answer Roadmap Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement request
Projects
Status: Review
Development

No branches or pull requests

2 participants