Re: Preventing accidental non-SSL connections in psql? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Preventing accidental non-SSL connections in psql?
Date
Msg-id 201104061622.26321.adrian.klaver@gmail.com
Whole thread Raw
In response to Preventing accidental non-SSL connections in psql?  (Yang Zhang <yanghatespam@gmail.com>)
Responses Re: Preventing accidental non-SSL connections in psql?
List pgsql-general
On Wednesday, April 06, 2011 4:06:40 pm Yang Zhang wrote:
> How do I prevent accidental non-SSL connections (at least to specific
> hosts) when connecting via psql? Is there any configuration for this?
> Thanks.

http://www.postgresql.org/docs/9.0/interactive/auth-pg-hba-conf.html
hostssl
http://www.postgresql.org/docs/9.0/interactive/libpq-connect.html
sslmode

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Yang Zhang
Date:
Subject: Preventing accidental non-SSL connections in psql?
Next
From: Yang Zhang
Date:
Subject: Re: Preventing accidental non-SSL connections in psql?