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

What will it take to make it work for sslmode=require (no certificate verfication) #8

Open
sbansal6 opened this issue Jun 7, 2020 · 1 comment

Comments

@sbansal6
Copy link

sbansal6 commented Jun 7, 2020

@apisarenco :- Any idea or updates if you are planning to implement SSL feature for this :)

@apisarenco
Copy link
Contributor

apisarenco commented Jun 7, 2020

This would have to be investigated, but SSL might be a big complication because traffic encryption/decryption would have to be re-implemented at the TCP level.

Instead, I find it more feasible, if possible, to just have a VM on the same subnet as postgresql server, and have traffic unencrypted between them, while the client apps would connect to that VM using SSH, create a tunnel, and thus ensuring traffic encryption.

Or just use a VPN

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