Re: About SSL connection

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: John Mikel <blpmftat(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: About SSL connection
Date: 2019-01-06 20:01:31
Message-ID: 8c6b9a7d-6177-7c82-9301-78ba80217fbe@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/6/19 6:10 AM, John Mikel wrote:
>
> Hi,
> i was trying to enable SSL on postgresql 10 and 11 Servers after searching
> on postregsql documentation i found this :
>
> ALTER SYSTEM SET/|configuration_parameter|/ { TO | = } {/|value|/ | '/|value|/' | DEFAULT }
>
> on https://www.postgresql.org/docs/10/sql-altersystem.html
> i used
>
> ALTER SYSTEM SET SSL = ON , querry executed successfully
>
> after that i entred this Select * from pg_settings , i saw that ssl value is off,
>
> after stoping the service of postgresql it wont start again

In addition to what Ron said about checking the logs, you could change
the ssl setting back to 'off' in the postgresql.conf file.

>
> i tried this on both servers 11 and 10 the same problem (the server wont start again)
>
> I'm using widonws 7 x64.
>
> my question is how to enbale SSL ?
>
> ps : i created all require cert files.
>
> sorry for my bad english.
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message legrand legrand 2019-01-06 20:37:45 Re: Adding LEFT JOIN to a query has increased execution time 10 times
Previous Message Alexander Farber 2019-01-06 19:29:40 Re: Adding LEFT JOIN to a query has increased execution time 10 times