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
--
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin