Re: [HACKERS] SSL key with passphrase

2012-08-15 Thread Bruce Momjian
On Wed, Sep 14, 2011 at 02:40:15AM +0100, Thom Brown wrote: > On 13 September 2011 15:17, Tom Lane wrote: > > Thom Brown writes: > >> There appears to be a problem with starting Postgres if the SSL key > >> has a passphrase on it. > > > > It's documented that that's unsupported.  Given the number

Re: [HACKERS] SSL key with passphrase

2011-09-13 Thread Thom Brown
On 13 September 2011 15:17, Tom Lane wrote: > Thom Brown writes: >> There appears to be a problem with starting Postgres if the SSL key >> has a passphrase on it. > > It's documented that that's unsupported.  Given the number of ways to > start a postmaster, and the fact that many of them are non

Re: [HACKERS] SSL key with passphrase

2011-09-13 Thread Thom Brown
On 13 September 2011 15:17, Tom Lane wrote: > Thom Brown writes: >> There appears to be a problem with starting Postgres if the SSL key >> has a passphrase on it. > > It's documented that that's unsupported.  Given the number of ways to > start a postmaster, and the fact that many of them are non

Re: [HACKERS] SSL key with passphrase

2011-09-13 Thread Tom Lane
Thom Brown writes: > There appears to be a problem with starting Postgres if the SSL key > has a passphrase on it. It's documented that that's unsupported. Given the number of ways to start a postmaster, and the fact that many of them are noninteractive, I don't think it's very productive for us

[HACKERS] SSL key with passphrase

2011-09-13 Thread Thom Brown
Hi, There appears to be a problem with starting Postgres if the SSL key has a passphrase on it. The following happens: Enter PEM pass phrase: FATAL: could not load private key file "server.key": problems getting password Starting with "postgres -D /path/to/cluster" returns: Enter PEM pass phr