Re: ssl connections with psql - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: ssl connections with psql
Date
Msg-id Pine.LNX.4.30.0103161708450.1293-100000@peter.localdomain
Whole thread Raw
In response to ssl connections with psql  (Ron Peterson <ron.peterson@yellowbank.com>)
Responses RE: ssl connections with psql
List pgsql-general
Ron Peterson writes:

> 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.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-general by date:

Previous
From: fabrizio.ermini@sysdat.it
Date:
Subject: Re: need hint for a trigger...
Next
From: Tom Lane
Date:
Subject: Re: Why my vacuum fails?