| From: | Bhuvan A <bhuvansql(at)myrealbox(dot)com> |
|---|---|
| To: | Pedro Igor Craveiro e Silva <pedroigor(at)aip(dot)com(dot)br> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: PostgreSQL + SSL |
| Date: | 2003-01-23 10:14:55 |
| Message-ID: | Pine.LNX.4.44.0301231537260.2491-100000@Bhuvan.bksys.co.in |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> I´m trying to config PG with SSL, but i got a error. I create the key
> and the certificate and put both in $PGDATA directory. I also enabled
> the ssl option in postgresql.conf. But when i run postmaster i got a
> error saying that server.key has wrong permissions.
It reports the error in either of the below cases:
1. If the file permission is not -r--r--r--.
2. If the certificate and the private key are invalid.
The clear advice is available in the documentation itself. Try out
http://developer.postgresql.org/docs/postgres/ssl-tcp.html for details.
regards,
bhuvaneswaran
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bhuvan A | 2003-01-23 10:17:16 | Re: DBCC CheckIdent in a stored proc? |
| Previous Message | Ries van Twisk | 2003-01-23 08:08:24 | Re: To use a VIEW or not to use a View..... |