Re: Connection Refused - Mailing list pgsql-jdbc

From Bruce Hyatt
Subject Re: Connection Refused
Date
Msg-id 291925.96266.qm@web34401.mail.mud.yahoo.com
Whole thread Raw
In response to Re: Connection Refused  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-jdbc
--- On Fri, 12/19/08, Craig Ringer <craig@postnewspapers.com.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




pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Connection Refused
Next
From: ahmettemiz88@gmail.com
Date:
Subject: problem in getting Large Object from pooled PostgreSQL / Tomcat 6