Re: [GENERAL] pg_hba.conf errors

2006-03-31 Thread Tom Lane
"Bradley W. Dutton" <[EMAIL PROTECTED]> writes:
> Does anyone know if there were any updates to this issue?
> http://archives.postgresql.org/pgsql-hackers/2003-06/msg00195.php

That was fixed in 7.4, see sslmode connection option and PGSSLMODE
environment variable.

regards, tom lane

---(end of broadcast)---
TIP 6: explain analyze is your friend


[GENERAL] pg_hba.conf errors

2006-03-31 Thread Bradley W. Dutton
Hi,

Does anyone know if there were any updates to this issue?
http://archives.postgresql.org/pgsql-hackers/2003-06/msg00195.php

As it is now our web server running PHP attempts to connect to the DB
using SSL (which is off), the server rejects the connection, logs it, then
the client successfully connects without SSL. There isn't a real problem
per se, but I would like to get rid of the error messages:
Mar 31 15:07:16 db1 postgres[16474]: [4-1] FATAL:  no pg_hba.conf entry
for host  "", user "", database "", SSL on

Thanks for your time,
Brad


---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster