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

Add SSL support #43

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Add SSL support #43

merged 1 commit into from
Aug 19, 2024

Conversation

ikalnytskyi
Copy link
Owner

There are two cases when PostgreSQL with SSL enabled may come handy. The first one is when PostgreSQL driver developers want to test SSL support in their drivers. The second one is when you come to depend on some self-signed certificates and you want to test your application end-to-end, i.e. with certificates being used.

@ikalnytskyi ikalnytskyi mentioned this pull request Aug 16, 2024
@ikalnytskyi ikalnytskyi force-pushed the feat/ssl branch 23 times, most recently from 2ed60ba to a16e5c7 Compare August 19, 2024 10:20
There are two cases when PostgreSQL with SSL enabled may come handy. The
first one is when PostgreSQL driver developers want to test SSL support
in their drivers. The second one is when you come to depend on some
self-signed certificates and you want to test your application
end-to-end, i.e. with certificates being used.

Co-authored-by: Ihor Kalnytskyi <[email protected]>
Signed-off-by: Ihor Kalnytskyi <[email protected]>
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
@ikalnytskyi ikalnytskyi merged commit 4a2dab2 into master Aug 19, 2024
24 checks passed
@ikalnytskyi ikalnytskyi deleted the feat/ssl branch August 19, 2024 10:39
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 this pull request may close these issues.

2 participants