Re: SSL

From: Ron Peterson <rpeterso(at)mtholyoke(dot)edu>
To: The BOFH <TheBOFH(at)nc(dot)rr(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SSL
Date: 2001-04-18 19:50:56
Message-ID: 3ADDF020.9EDC635E@mtholyoke.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The BOFH wrote:
>
> Just installed 7.1 (first time) and enabled SSL support. Is there a way to
> confirm that connections are being made via SSL? The logfile shows a
> connection, but doesn't specify whether SSL was used or not.
>
> I used hostssl in the hba file.

You need to compile PostgreSQL with SSL support, and configure
pg_hba.conf appropriately. The comments in the provided pg_hba.conf
indicate:

# ... Note that a "host"
# record will also allow SSL connections; write "hostssl" if you want to
# accept *only* SSL-secured connections from this host or hosts.

If you wanted to be really sure, you could do some packet sniffing...

--
Ron Peterson
Network & Systems Manager
Mount Holyoke College
GPG and other info at http://www.mtholyoke.edu/~rpeterso

In response to

  • SSL at 2001-04-18 18:56:40 from The BOFH

Responses

  • Re: SSL at 2001-04-18 20:21:02 from Poul L. Christiansen

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-04-18 19:54:08 Re: JDBC setObject
Previous Message The BOFH 2001-04-18 18:56:40 SSL