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
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
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-
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