Re: Preventing accidental non-SSL connections in psql?

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Yang Zhang <yanghatespam(at)gmail(dot)com>
Subject: Re: Preventing accidental non-SSL connections in psql?
Date: 2011-04-06 23:22:25
Message-ID: 201104061622.26321.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yang Zhang 2011-04-06 23:24:30 Re: Preventing accidental non-SSL connections in psql?
Previous Message Yang Zhang 2011-04-06 23:06:40 Preventing accidental non-SSL connections in psql?