Re: ssl database connection problems...

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Carol Walter" <walterc(at)indiana(dot)edu>,<pgsql-admin(at)postgresql(dot)org>
Subject: Re: ssl database connection problems...
Date: 2008-12-29 21:48:48
Message-ID: 4958F160.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> Carol Walter <walterc(at)indiana(dot)edu> wrote:
> The server starts and runs. I can connect to it from the local host

> and list the databases, connect to them etc. I can't connect to the

> database instance from a remote host.

Have you set listen_addresses in postgresql.conf?

You likely want:

listen_addresses = '*'

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-12-29 21:50:38 Re: ssl database connection problems...
Previous Message Carol Walter 2008-12-29 21:23:30 ssl database connection problems...