Re: Logging Question (SSL)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Patrick Linstruth (QNET)" <patrick(at)qnet(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Logging Question (SSL)
Date: 2009-09-22 01:03:56
Message-ID: 29094.1253581436@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Patrick Linstruth (QNET)" <patrick(at)qnet(dot)com> writes:
> Hi, I'm new to Postgresql and have a couple of questions.
> I want to be sure that the pg_connect() from PHP to my server is,
> in fact, using SSL.

Seems like you should set pg_hba.conf to reject non-SSL connections...

> I have "hostssl" in pg_hba.conf, but since I'm new to Postgresql,
> I don't have a lot of faith in my setup.

Perhaps you should post your conf file and ask if it's okay.
Or if you really want proof, get out a packet sniffer and
watch the traffic.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Newperson 2009-09-22 03:11:03 Re: Problem of creating geometry column (linestring)
Previous Message Patrick Linstruth (QNET) 2009-09-21 15:02:30 Logging Question (SSL)