psql connect over ssl load balancer

2022-05-23 Thread dzagas...@gmail.com
Hi. I want to secure connections to postgress server usings SSL. My server is deployed on google cloud behind SSL load balancer, which terminates SSL connections (using SSL certificates, issued by google) and forwards decrypted traffic to the posgres server. I can connect without problems fro

Re: psql connect over ssl load balancer

2022-05-23 Thread dzagas...@gmail.com
Ah, thanks. This will make thing more complex. On 23.05.2022 20:32, Tom Lane wrote: "dzagas...@gmail.com" writes: I want to secure connections to postgress server usings SSL. My server is deployed on google cloud behind SSL load balancer, which terminates SSL connections