From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk> |
Cc: | pg <pg(at)newhonest(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: ssl |
Date: | 2003-03-19 14:32:11 |
Message-ID: | 6558.1048084331@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Nigel J. Andrews" <nandrews(at)investsystems(dot)co(dot)uk> writes:
> I must say my non rpm installation doesn't seem to pick up the hostssl line in
> pg_hba. Or at least it doesn't match it when a connection comes in. I didn't
> get very far into looking into that so it's probably something I'm doing wrong.
> FWIW, my pg_hba entry is:
> hostssl all all xx.xx.xx.xx 255.255.255.240 md5
> and the error I get is:
> FATAL: No pg_hba.conf entry for host xx.xx.xx.xx, user vtc, database vtc
I believe it would act that way if the incoming connection is non-SSL
(which suggests that your libpq isn't compiled with SSL support).
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | greg | 2003-03-19 14:41:00 | Re: insert aliases? |
Previous Message | Roberto de Amorim | 2003-03-19 13:46:57 | Function returning SETOF RECORD |