Обсуждение: Reg: TLS Implementation

Поиск
Список
Период
Сортировка

Reg: TLS Implementation

От
jagjit singh
Дата:
Hi Experts,

I need quick help.

I am working to implement TLS over the Postgresql 14 database. if anyone have TLS server side implementation and client side implementation, please share with me,

I really need this and will be delivering all servers next week.

This will be a Thanksgiving gift for me and I'm really thankful for all of your help and helping people like me.

Thanks and Happy Thanksgiving all.

Re: Reg: TLS Implementation

От
Laurenz Albe
Дата:
On Wed, 2022-11-23 at 17:15 -0500, jagjit singh wrote:
> I am working to implement TLS over the Postgresql 14 database.

What exactly do you mean by that?
Are you talking about encryprig the communication between
client and server?

Yours,
Laurenz Albe



Re: Reg: TLS Implementation

От
Jagjit Singh OCP
Дата:
Yes, I want to encrypt communications between client and server.

Sent from my iPhone

> On Nov 24, 2022, at 4:52 AM, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
>
> On Wed, 2022-11-23 at 17:15 -0500, jagjit singh wrote:
>> I am working to implement TLS over the Postgresql 14 database.
>
> What exactly do you mean by that?
> Are you talking about encryprig the communication between
> client and server?
>
> Yours,
> Laurenz Albe



Re: Reg: TLS Implementation

От
Holger Jakobs
Дата:
Am 24.11.22 um 15:59 schrieb Jagjit Singh OCP:
> Yes, I want to encrypt communications between client and server.
>
> Sent from my iPhone
>
>> On Nov 24, 2022, at 4:52 AM, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
>>
>> On Wed, 2022-11-23 at 17:15 -0500, jagjit singh wrote:
>>> I am working to implement TLS over the Postgresql 14 database.
>> What exactly do you mean by that?
>> Are you talking about encryprig the communication between
>> client and server?
>>
>> Yours,
>> Laurenz Albe

Then there is nothing to be implemented.

Just turn on ssl encryption in the configuration file while supplying 
the certificate and key files.

Have a look at the configuration file, search for ssl.

On Debian systems and derivatives, everything is alread set up, but with 
snakeoil certificates. They work fine for the encryption but don't 
identify the server securely.

Ask your PKI department for the certificate and key files, if necessary. 
Red Hat doesn't supply any.

TLS is only the new name for SSL versions > 3.0, but PostgreSQL sticks 
to the old name.

-- 
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012


Вложения