postgresql-proxy icon indicating copy to clipboard operation
postgresql-proxy copied to clipboard

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

Open sbansal6 opened this issue 5 years ago • 1 comments

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

sbansal6 avatar Jun 07 '20 18:06 sbansal6

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

apisarenco avatar Jun 07 '20 20:06 apisarenco