Re: pg_hba.conf and ssl problem has me stumped - Mailing list pgsql-novice

From Tom Lane
Subject Re: pg_hba.conf and ssl problem has me stumped
Date
Msg-id 15539.1129162572@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_hba.conf and ssl problem has me stumped  (Cath Lawrence <Cath.Lawrence@anu.edu.au>)
Responses Re: pg_hba.conf and ssl problem has me stumped  (Cath Lawrence <Cath.Lawrence@anu.edu.au>)
List pgsql-novice
Cath Lawrence <Cath.Lawrence@anu.edu.au> writes:
> On 12/10/2005, at 6:16 PM, Oliver Elphick wrote:
>> Please show us what you have in pg_hba.conf.

> Sure, though as I said it's the same machine connection...

> Not an awful lot,  as you see:

> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

> @remove-line-for-nolocal@# "local" is for Unix domain socket
> connections only
> @remove-line-for-nolocal@local   all
> all                               @authmethod@
> # IPv4 local connections:
> host    all         all         127.0.0.1/32          @authmethod@
> # webserver password access
> host    all         all         150.203.157.27/32       md5
> # IPv6 local connections:
> #host    all         all         ::1/128               @authmethod@

That is not your pg_hba.conf file.  It looks like an unmodified
pg_hba.conf.sample file ... which the postmaster would reject if
presented in that form, because the @-thingies aren't valid syntax.

            regards, tom lane

pgsql-novice by date:

Previous
From: Cath Lawrence
Date:
Subject: Re: pg_hba.conf and ssl problem has me stumped
Next
From: Cath Lawrence
Date:
Subject: Re: pg_hba.conf and ssl problem has me stumped