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] Add SSL Mode support #422

Open
DarrylWong opened this issue Jan 23, 2024 · 2 comments
Open

[postgresql] Add SSL Mode support #422

DarrylWong opened this issue Jan 23, 2024 · 2 comments

Comments

@DarrylWong
Copy link

Currently, postgresql-async reads in a user, password, port, host, and database, from the environment but does not read in any details regarding ssl. This causes it to default to sslmode=disable causing issues if SSL connections are enforced.

https://github.com/jasync-sql/jasync-sql/blob/master/postgresql-async/src/test/java/com/github/aysnc/sql/db/integration/ContainerHelper.kt#L26-L30

It would be nice if there was added support to read and configure SSLConfiguration similar to #337 but for postgresql. Thanks!

Copy link

Thank you for reporting an issue. See the wiki for documentation and gitter for questions.

@oshai
Copy link
Contributor

oshai commented Feb 6, 2024

Contribution is welcome!

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

No branches or pull requests

2 participants