From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | Cath Lawrence <Cath(dot)Lawrence(at)anu(dot)edu(dot)au> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: pg_hba.conf and ssl problem has me stumped |
Date: | 2005-10-12 08:16:29 |
Message-ID: | 1129104990.6751.191.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On Wed, 2005-10-12 at 18:11 +1000, Cath Lawrence wrote:
> Hi folks,
> I've been searching archives and helpfiles, and I am still very
> confused.
>
> My problem: newly created users cannot connect to a database. Older
> users can connect.
> The scenario: run pqsl from the webserver to connect to the database
> server.
>
> Example:
> ================================================
> cath(at)webserver:~$ psql -h dbserver -U testuser -d casemgr
> psql: FATAL: no pg_hba.conf entry for host "150.203.157.27", user
> "testuser", database "casemgr", SSL off
>
> cath(at)webserver:~$ psql -h dbserver -U cath -d casemgr
> Password:
> Welcome to psql 7.4.8, the PostgreSQL interactive terminal.
Please show us what you have in pg_hba.conf.
--
Oliver Elphick olly(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA 92C8 39E7 280E 3631 3F0E 1EC0 5664 7A2F A543 10EA
========================================
Do you want to know God? http://www.lfix.co.uk/knowing_god.html
From | Date | Subject | |
---|---|---|---|
Next Message | Cath Lawrence | 2005-10-12 23:28:45 | Re: pg_hba.conf and ssl problem has me stumped |
Previous Message | Cath Lawrence | 2005-10-12 08:11:36 | pg_hba.conf and ssl problem has me stumped |