RE: ssl connections with psql

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
Cc: "[GENERAL] PostgreSQL" <pgsql-general(at)postgresql(dot)org>
Subject: RE: ssl connections with psql
Date: 2001-03-16 16:58:42
Message-ID: NEBBJIFEELNNHFCELNFJEECCCBAA.cm@chello.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi !

> > I've compiled Postgresql-7.1beta5 on two machines, enabling SSL support
on
> > both. Am I correct that if do `psql -h <othermachine>`, that this
> > connection will be established via ssl? I.E. - that is the default
> > connection mode, if it is enabled?
>
> Yes.
>
> > Then, if I want to allow *only* ssl connections, I replace `host` with
> > `hostssl` in my pg_hba.conf?
>
> Yes.

May I ask what the difference between apache compiled with ssl and
postgresql with ssl is? if there's any...

regards Chris

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-16 17:19:08 RE: ssl connections with psql
Previous Message Alfred Perlstein 2001-03-16 16:49:13 Re: Why my vacuum fails?