Re: Steps to enable SSL Enable

From: Ganesh Korde <ganeshakorde(at)gmail(dot)com>
To: Daulat <daulat(dot)dba(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Holger Jakobs <holger(at)jakobs(dot)com>, pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Steps to enable SSL Enable
Date: 2022-03-09 07:41:06
Message-ID: CAPNyb0ViTUnRW3S1gVDTwG0VThGT6oEays7w8tehmr4FwBzA=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Compile PostgreSQL source with openssl option.

Regards,
Ganesh Korde.

On Mon, 7 Mar 2022, 11:52 pm Daulat, <daulat(dot)dba(at)gmail(dot)com> wrote:

> Ok, thanks. Then what is the solution please.
>
> On Mon, Mar 7, 2022 at 8:22 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
>> On Mon, Mar 7, 2022 at 03:55:41PM +0530, Daulat wrote:
>> > Thanks Tom,
>> > If I do the "openssl version" , it looks like it is already installed.
>> >
>> > $ openssl version
>> > OpenSSL 1.0.2k-fips 26 Jan 2017
>>
>> Uh, that means you have OpenSSL installed on the server, not that
>> Postgres is built to support SSL.
>>
>>
>> ---------------------------------------------------------------------------
>>
>> >
>> >
>> >
>> > On Tue, Dec 21, 2021 at 9:14 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> >
>> > Daulat <daulat(dot)dba(at)gmail(dot)com> writes:
>> > > I am getting error "waiting for server to start....2021-12-21
>> > 15:40:17.076
>> > > UTC [5040] LOG: SSL is not supported by this build"
>> >
>> > In that case you need to recompile with --with-openssl.
>> >
>> > regards, tom lane
>> >
>>
>> --
>> Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
>> EDB https://enterprisedb.com
>>
>> If only the physical world exists, free will is an illusion.
>>
>>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Daulat 2022-03-09 16:14:30 Re: Steps to enable SSL Enable
Previous Message Daulat 2022-03-07 18:22:16 Re: Steps to enable SSL Enable