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

Handle TLS for database servers that require TLS on connection initiation #363

Open
Tracked by #168
mostafa opened this issue Nov 5, 2023 · 0 comments
Open
Tracked by #168
Labels
enhancement New feature or request triage Triage based on the content

Comments

@mostafa
Copy link
Member

mostafa commented Nov 5, 2023

As explained in #361, Postgres has a special mechanism for enabling SSL/TLS, which might not be the case for other databases. The idea here is to upgrade the connection as soon as clients from other databases (non-Postgres) try to connect.

Note that MySQL works the same way as Postgres.

@mostafa mostafa mentioned this issue Nov 5, 2023
5 tasks
@mostafa mostafa self-assigned this Nov 5, 2023
@mostafa mostafa added the enhancement New feature or request label Nov 5, 2023
@mostafa mostafa added this to the v0.8.x milestone Nov 5, 2023
@mostafa mostafa added the triage Triage based on the content label Nov 6, 2023
@mostafa mostafa removed this from the v0.8.x milestone Nov 6, 2023
@mostafa mostafa removed their assignment Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Triage based on the content
Projects
Development

No branches or pull requests

1 participant