ssl database connection problems... - Mailing list pgsql-admin

From Carol Walter
Subject ssl database connection problems...
Date
Msg-id 752F2E74-9F28-4E3D-869C-93357751AFA0@indiana.edu
Whole thread Raw
Responses Re: ssl database connection problems...  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: ssl database connection problems...  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: ssl database connection problems...  (Ray Stell <stellr@cns.vt.edu>)
List pgsql-admin
Hello,

I've just created a new instance of postgres.  It's running an a Sun
server running Solaris 10.  I configured it with ssl using port 5433.
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.  I get a message as follows:

walterc@cat:~$ psql -h db -U walterc -d walterc -p 5433
psql: could not connect to server: Connection refused
         Is the server running on host "db" and accepting
         TCP/IP connections on port 5433?

I know the server is running, so according to the message, it must not
be accepting TCP/IP connections on port 5433.  I configured pg_port =
5433 and "with openssl" when I initially configured the server.  Are
there other things that need to be done to get openssl started on the
database server?  How can I diagnose this problem?

Carol

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: rebellious pg stats collector (reopened case)
Next
From: "Kevin Grittner"
Date:
Subject: Re: ssl database connection problems...