Brief Description
The PGSSL variable is listed in the example local config as:
PGSSL=true
which implies it is a variable that can be turned off by changing the true to false.
In fact, however, PGSSL is off by default, and it is turned on if the PGSSL variable is set to any value, including false.
This is confusing and is different to how all other variables work.
Brief Description
The
PGSSLvariable is listed in the example local config as:PGSSL=truewhich implies it is a variable that can be turned off by changing the
truetofalse.In fact, however,
PGSSLis off by default, and it is turned on if thePGSSLvariable is set to any value, includingfalse.This is confusing and is different to how all other variables work.