Re: use SSL TO AUTH

From: "Fabio Serra" <faserone(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: use SSL TO AUTH
Date: 2008-03-06 10:37:23
Message-ID: 6feeab320803060237t5ebbc258s48176bb65b58e619@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> I'd like to open my database to users that have dynamic IP's (from the
> internet). Is there a way to use SSL/TLS to have the user AUTH'z my the
OS
> openSUSE 10.3

I'm trying the same thing, but without success.
First, I don't understand if PostgreSQL in OpenSuse 10.3 was compiled with
SSL support. Is there any command to know how was compiled PG ?

I followed step by step the manual:
http://www.postgresql.org/docs/8.3/interactive/ssl-tcp.html
I changed to on the ssl option in postgresql.conf and I created a self
signed certificate that i copied in /var/lib/pgsql/data/
The problem is that Postgres doesn't start correctly and I can't find any
log to understand why.
If you succeed to enable ssl on OpenSuse, please let me know.
Regards

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message johnf 2008-03-06 14:55:15 Re: use SSL TO AUTH
Previous Message johnf 2008-03-06 05:10:51 use SSL TO AUTH