Re: [INTERFACES] JDBC from remote

From: Alex Turner <aturner(at)maaco(dot)com>
To: benoit(at)ooc(dot)com
Cc: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] JDBC from remote
Date: 1999-05-20 20:31:18
Message-ID: 37447116.49401B08@maaco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Well... I have the line:

host all 0.0.0.0 0.0.0.0 trust

in the pg_hba.conf file...

But I still can't seem to get remote authentication..

Any ideas?

Benoit Foucher wrote:

> Hi Alex,
>
> You may have a look at pg_hba.conf to see if the remote host is authorized
> to access your database (this file is in the data directory of your database
> server).
>
> Regards,
>
> Alex Turner wrote:
> >
> > Well.. now I have my JDBC driver working with PostgreSQL I have run into
> > another problem.
> >
> > Whenever I try to connect from a remote site, I get an Authentication
> > failure. This has happens whatever user I try (I have created two in
> > addition to the dba). The database I am try to gain access to is
> > currently empty, I don't know if this is a problem, but I can access it
> > at localhost fine :(
> >
> > Hope someone can help
> >
> > Alex T

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Robert Carbonari 1999-05-20 21:53:35 problem with postgres example databse package install
Previous Message Benoit Foucher 1999-05-20 19:29:55 Re: [INTERFACES] JDBC from remote