Re: Connection Refused

From: Bruce Hyatt <brucejhyatt(at)yahoo(dot)com>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Connection Refused
Date: 2008-12-20 03:35:19
Message-ID: 291925.96266.qm@web34401.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

--- On Fri, 12/19/08, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> wrote:

> Bruce Hyatt wrote:
> > I'm getting a "connection refused"
> (08004) error when I try to connect from client to pgsql
> server on a private network. I get "connect
> failed" when i run "telnet host port."
> >
> > postgresql.conf: listening '*' addresses on
> port 5432.
>
> Is the postmaster actually shown as listening on the
> desired address in
> `netstat -ltnp' ?

tcp 0 0 :::5432 :::* LISTEN -
tcp 0 0 :::443 :::* LISTEN

Could it be ssl?

Bruce

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message ahmettemiz88 2008-12-22 09:42:13 problem in getting Large Object from pooled PostgreSQL / Tomcat 6
Previous Message Craig Ringer 2008-12-20 03:20:25 Re: Connection Refused