Re: About SSL connection

2019-01-07 Thread Adrian Klaver
On 1/7/19 2:51 AM, John Mikel wrote: Please reply to list also Ccing list Thanks, after setting the postgresql.conf file nothing changes (ssl = off) is this a bug or what ? Did you restart the server? Per Ron's post what are the error messages in the Postgres and/or system logs? how to

Re: About SSL connection

2019-01-06 Thread Adrian Klaver
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/sq

Re: About SSL connection

2019-01-06 Thread Ron
On 1/6/19 8: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-

About SSL connection

2019-01-06 Thread John Mikel
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