ssl database connection problems...

Поиск
Список
Период
Сортировка
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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: rebellious pg stats collector (reopened case)
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: ssl database connection problems...