BUG #3809: SSL "unsafe" private key permissions bug - Mailing list pgsql-bugs

From Simon Arlott
Subject BUG #3809: SSL "unsafe" private key permissions bug
Date
Msg-id 200712081224.lB8COn5j064721@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3809: SSL "unsafe" private key permissions bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #3809: SSL "unsafe" private key permissions bug  (Martin Pitt <martin@piware.de>)
Re: BUG #3809: SSL "unsafe" private key permissions bug  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3809
Logged by:          Simon Arlott
Email address:      postgresql.simon@arlott.org
PostgreSQL version: 8.2.4
Operating system:   Linux 2.6.23
Description:        SSL "unsafe" private key permissions bug
Details:

FATAL:  unsafe permissions on private key file "server.key"
DETAIL:  File must be owned by the database user and must have no
permissions for "group" or "other".

It should be possible to disable this check in the configuration, so those
of us capable of deciding what's unsafe can do so.

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #3804: initdb.exe cannot be started
Next
From: Tom Lane
Date:
Subject: Re: Follow up to Conditional SELECT returns incorrect results.