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