forcing SSL

From: hehe88hk(at)yahoo(dot)com(dot)hk (Eric)
To: pgsql-admin(at)postgresql(dot)org
Subject: forcing SSL
Date: 2004-02-14 19:13:05
Message-ID: f2ccb7a1.0402141113.74e7fe11@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

In order to ensure all user are making SSL connection to the database,
in the file pg_hba.conf, I change all the first columns into "hostssl"
such that there is neither "host" nor "local" left.

However, when I try to use a program written in Tcl to access the
database, even without the option "requiressl=1" for "pg_connect", the
program can still make connection to the database.

(With the option "requiressl=1" present for "pg_connect", my program
can also connect the database successfully)

May I know what the problem is and how to ensure incoming SSL
connection?

Thank you

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jeremy Smith 2004-02-15 02:24:40 SSH connection timing out
Previous Message Kenny Drobnack 2004-02-13 21:17:54 Re: Installing Postres support in PHP