Re: Replication & TLS encryption - how?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lejeczek <peljasz(at)yahoo(dot)co(dot)uk>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Replication & TLS encryption - how?
Date: 2021-04-07 16:36:14
Message-ID: 1596782.1617813374@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

lejeczek <peljasz(at)yahoo(dot)co(dot)uk> writes:
> A novice here thus please go easy on me as I ask this - I
> see docs/howtos all over the place be those either talk of
> encryption or replication. I failed to find one which blend
> these two concepts together - sure it's possible to pgSQL
> replication encrypted, right?

Replication connections work exactly like normal sessions for
this purpose. Just make sure you set any required parameters
in the standby's connection string.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message lejeczek 2021-04-07 20:12:15 Re: Replication & TLS encryption - how?
Previous Message lejeczek 2021-04-07 16:24:01 Replication & TLS encryption - how?